From c885ce84dbc2235b23fd4a0fc7a4232d3f44f430 Mon Sep 17 00:00:00 2001 From: Mario Savarese <57295823+marsavar@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:13:08 +0100 Subject: [PATCH] Use correct registry (#31) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6e10040..061e83e 100644 --- a/action.yml +++ b/action.yml @@ -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 }}