We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee6c35 commit 513a862Copy full SHA for 513a862
1 file changed
action.yml
@@ -46,7 +46,7 @@ runs:
46
steps:
47
- name: Login to docker.pkg.github.com
48
shell: bash
49
- run: echo ${PASSWORD} | docker login --username ${USERNAME} --password-stdin docker.pkg.github.com
+ run: echo ${PASSWORD} | docker login --username ${USERNAME} --password-stdin ghcr.io
50
env:
51
USERNAME: ${{ inputs.github-actor }}
52
PASSWORD: ${{ inputs.github-token }}
@@ -76,4 +76,3 @@ runs:
76
GITHUB_INSTALLATION_ID: ${{ inputs.github-installation-id }}
77
GITHUB_PRIVATE_KEY: ${{ inputs.github-private-key }}
78
IGNORED_USERS: ${{ inputs.ignored-users }}
79
-
0 commit comments