We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ede2f4 commit ad44d46Copy full SHA for ad44d46
1 file changed
.github/workflows/main.yml
@@ -92,7 +92,7 @@ jobs:
92
with:
93
registry: ghcr.io
94
username: ${{ github.actor }}
95
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_TOKEN }}
96
97
- name: Docker meta
98
id: meta
0 commit comments