Skip to content

Commit

Permalink
[docker] use PAK for GHCR login (#4831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Dec 6, 2023
1 parent d1ea60c commit db978b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.github_token }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit db978b3

Please sign in to comment.