Skip to content

Commit 526e5ef

Browse files
authored
chore: add GITHUB_TOKEN for ghcr to login (#3515)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 8c0909a commit 526e5ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.repository_owner }}
82+
password: ${{ secrets.GITHUB_TOKEN }}
8283

8384
- name: Verify base image
8485
run: |

0 commit comments

Comments
 (0)