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 4be297e commit e80bad5Copy full SHA for e80bad5
1 file changed
.github/workflows/docker-build.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Log in to GHCR
18
uses: docker/login-action@v2
19
with:
20
+ registry: ghcr.io
21
username: ${{ github.actor }}
22
password: ${{ secrets.GITHUB_TOKEN }}
23
0 commit comments