Skip to content

Commit b64b7b0

Browse files
committed
Revert actions
1 parent 74dabdc commit b64b7b0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ inputs:
4444
runs:
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 }}
@@ -63,7 +63,7 @@ runs:
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 }}
@@ -76,3 +76,4 @@ 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)