We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0909a commit 526e5efCopy full SHA for 526e5ef
.github/workflows/docker.yml
@@ -79,6 +79,7 @@ jobs:
79
with:
80
registry: ghcr.io
81
username: ${{ github.repository_owner }}
82
+ password: ${{ secrets.GITHUB_TOKEN }}
83
84
- name: Verify base image
85
run: |
0 commit comments