Skip to content

Commit

Permalink
ci: update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-thuanle authored Mar 14, 2024
1 parent 3e00558 commit 3b2d6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/${{ github.GH_REPOSITORY }}:latest
run: docker build . --file Dockerfile --tag ghcr.io/${{ secrets.GH_REPOSITORY }}:latest

- name: Push the Docker image
run: docker push ghcr.io/${{ github.GH_REPOSITORY }}:latest
run: docker push ghcr.io/${{ secrets.GH_REPOSITORY }}:latest

0 comments on commit 3b2d6ad

Please sign in to comment.