Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phuuthanh-dev committed Jun 6, 2024
2 parents a25d2f6 + 17f07aa commit ab902fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}

- name: 'Publish Auction Database Docker Image'
working-directory: ${{ github.workspace }}/db
Expand All @@ -58,4 +58,4 @@ jobs:
run: |
docker build . -t ghcr.io/phuuthanh2003/auction-api:${{ steps.get_version.outputs.version }} -t ghcr.io/phuuthanh2003/auction-api:latest
docker push ghcr.io/phuuthanh2003/auction-api:${{ steps.get_version.outputs.version }}
docker push ghcr.io/phuuthanh2003/auction-api:latest
docker push ghcr.io/phuuthanh2003/auction-api:latest

0 comments on commit ab902fe

Please sign in to comment.