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 760cbe5 commit 62a0d96Copy full SHA for 62a0d96
.github/actions/docker-publish/action.yml
@@ -39,6 +39,7 @@ runs:
39
name: Login to GitHub
40
uses: docker/login-action@v2
41
with:
42
+ registry: ghcr.io
43
username: ${{ inputs.github_registry_username }}
44
password: ${{ inputs.github_registry_password }}
45
-
0 commit comments