Skip to content

Commit 22f6f13

Browse files
committed
publish.yaml fixed
1 parent 8501557 commit 22f6f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Log in to registry
2424
# 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
25+
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
2626

2727
- name: Push image
2828
run: |

0 commit comments

Comments
 (0)