We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2ef38 commit 896d745Copy full SHA for 896d745
.github/workflows/build-publish-dockerfile.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
registry: ghcr.io
46
username: ${{ github.repository_owner }}
47
- password: ${{ secrets.PACKAGES_PAT }}
+ password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
48
49
- name: Build and push docker image
50
uses: docker/build-push-action@v2
0 commit comments