We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be63e5 commit 17f07aaCopy full SHA for 17f07aa
.github/workflows/docker-publish.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
registry: ghcr.io
45
username: ${{ github.actor }}
46
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_PAT }}
47
48
- name: 'Publish Auction Database Docker Image'
49
working-directory: ${{ github.workspace }}/db
@@ -58,4 +58,4 @@ jobs:
58
run: |
59
docker build . -t ghcr.io/phuuthanh2003/auction-api:${{ steps.get_version.outputs.version }} -t ghcr.io/phuuthanh2003/auction-api:latest
60
docker push ghcr.io/phuuthanh2003/auction-api:${{ steps.get_version.outputs.version }}
61
- docker push ghcr.io/phuuthanh2003/auction-api:latest
+ docker push ghcr.io/phuuthanh2003/auction-api:latest
0 commit comments