We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d54c5 commit 0d3e3adCopy full SHA for 0d3e3ad
1 file changed
.github/workflows/docker-build.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
registry: ghcr.io
32
username: ${{ github.actor }}
33
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_PAT }}
34
35
- name: Login to Docker Hub
36
if: github.event_name != 'pull_request'
0 commit comments