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 b60ccca commit 06e9984Copy full SHA for 06e9984
.github/workflows/docker-publish.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
registry: ghcr.io
45
username: ${{ github.actor }}
46
- password: ${{ secrets.GHCR_PAT }}
+ password: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Build and push Docker image
49
uses: docker/build-push-action@v5
0 commit comments