Skip to content

Commit

Permalink
Build and push devcontainer Docker images during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kspaceKelvin committed Mar 6, 2025
1 parent b7390a6 commit e744a6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push devcontainer stage
uses: docker/build-push-action@v6
with:
file: Dockerfile
target: python-mrd-devcontainer
push: true
tags: |
kspacekelvin/fire-python-devcon:latest
kspacekelvin/fire-python-devcon:${{ github.ref_name }}
-
name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit e744a6a

Please sign in to comment.