File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ inputs:
4444runs :
4545 using : " composite"
4646 steps :
47- - name : Login to ghcr.io
47+ - name : Login to docker.pkg.github.com
4848 shell : bash
49- run : echo ${PASSWORD} | docker login --username ${USERNAME} --password-stdin ghcr.io
49+ run : echo ${PASSWORD} | docker login --username ${USERNAME} --password-stdin docker.pkg.github.com
5050 env :
5151 USERNAME : ${{ inputs.github-actor }}
5252 PASSWORD : ${{ inputs.github-token }}
6363 -e GITHUB_INSTALLATION_ID="$GITHUB_INSTALLATION_ID" \
6464 -e GITHUB_PRIVATE_KEY="$GITHUB_PRIVATE_KEY" \
6565 -e IGNORED_USERS="$IGNORED_USERS" \
66- ghcr.io /remarkable/githubusermanager:latest
66+ docker.pkg.github.com /remarkable/githubusermanager/githubusermanager:v1.1.0
6767 shell : bash
6868 env :
6969 GOOGLE_EMAIL_ADDRESS : ${{ inputs.google-email-address }}
7676 GITHUB_INSTALLATION_ID : ${{ inputs.github-installation-id }}
7777 GITHUB_PRIVATE_KEY : ${{ inputs.github-private-key }}
7878 IGNORED_USERS : ${{ inputs.ignored-users }}
79+
You can’t perform that action at this time.
0 commit comments