diff --git a/Makefile b/Makefile index 6db7571..420c847 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -IMAGE_REPO=ghcr.io/snskarora/manual-approval -VERSION=latest +IMAGE_REPO=ghcr.io/trstringer/manual-approval TARGET_PLATFORM=linux/amd64,linux/arm64,linux/arm/v8 .PHONY: tidy diff --git a/action.yaml b/action.yaml index a037b5f..25cf2e0 100644 --- a/action.yaml +++ b/action.yaml @@ -63,4 +63,4 @@ outputs: description: The status of the approval ("approved" or "denied") runs: using: docker - image: docker://ghcr.io/snskarora/manual-approval:latest + image: docker://ghcr.io/trstringer/manual-approval:1.12.0