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 a4043f5 commit c11b834Copy full SHA for c11b834
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
registry: ghcr.io
45
username: ${{ github.repository_owner }}
46
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_TOKEN }}
47
- name: Prepare
48
id: prep
49
run: |
0 commit comments