Skip to content

Commit

Permalink
chore: add GITHUB_TOKEN for ghcr to login (#3515)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Sep 18, 2024
1 parent 8c0909a commit 526e5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Verify base image
run: |
Expand Down

0 comments on commit 526e5ef

Please sign in to comment.