Skip to content

Commit 513a862

Browse files
committed
Fix docker login
1 parent 4ee6c35 commit 513a862

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
steps:
4747
- name: Login to docker.pkg.github.com
4848
shell: bash
49-
run: echo ${PASSWORD} | docker login --username ${USERNAME} --password-stdin docker.pkg.github.com
49+
run: echo ${PASSWORD} | docker login --username ${USERNAME} --password-stdin ghcr.io
5050
env:
5151
USERNAME: ${{ inputs.github-actor }}
5252
PASSWORD: ${{ inputs.github-token }}
@@ -76,4 +76,3 @@ runs:
7676
GITHUB_INSTALLATION_ID: ${{ inputs.github-installation-id }}
7777
GITHUB_PRIVATE_KEY: ${{ inputs.github-private-key }}
7878
IGNORED_USERS: ${{ inputs.ignored-users }}
79-

0 commit comments

Comments
 (0)