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 8501557 commit 22f6f13Copy full SHA for 22f6f13
.github/workflows/publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Log in to registry
24
# This is where you will update the personal access token to GITHUB_TOKEN
25
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
+ run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
26
27
- name: Push image
28
run: |
0 commit comments