We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b0bd74 + 7974db7 commit 618a6f9Copy full SHA for 618a6f9
1 file changed
.github/workflows/docker-ghcr.yml
@@ -28,8 +28,8 @@ jobs:
28
uses: docker/login-action@v3
29
with:
30
registry: ghcr.io
31
- username: ${{ github.actor }}
32
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ secrets.GHCR_USERNAME }}
+ password: ${{ secrets.GHCR_PAT }}
33
34
- name: Extract metadata
35
id: meta
0 commit comments