Skip to content

Commit b49fa61

Browse files
committed
Use secrets.GITHUB_TOKEN instead of github.token
Trying to fix the problem when pulling from ghcr.io: Error response from daemon: manifest unknown
1 parent 90432e1 commit b49fa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.actor }}
54-
password: ${{ github.token }}
54+
password: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Extract Docker metadata
5757
id: meta

0 commit comments

Comments
 (0)