Skip to content

Commit

Permalink
Use correct registry (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsavar committed Jul 2, 2024
1 parent c931175 commit c885ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:
default: "false"
runs:
using: "docker"
image: "docker://gchr.io/guardian/actions-prnouncer"
image: "docker://ghcr.io/guardian/actions-prnouncer"
env:
GITHUB_REPOSITORIES: ${{ inputs.github-repositories }}
GITHUB_TOKEN: ${{ inputs.github-token }}
Expand Down

0 comments on commit c885ce8

Please sign in to comment.