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 71e95ee commit 96a67b2Copy full SHA for 96a67b2
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Registry login
43
env:
44
- GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
46
run: |
47
echo $GITHUB_TOKEN | docker login ghcr.io --username dflook --password-stdin
0 commit comments