From 3d076c7ac9eae95c3550afaec997bf1ef52ba7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Sun, 3 Mar 2024 21:37:08 +0100 Subject: [PATCH] Fix container image name --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 80d226d..fd63f1e 100644 --- a/action.yaml +++ b/action.yaml @@ -41,7 +41,7 @@ inputs: default: '/template/default.tpl' runs: using: 'docker' - image: 'docker://ghcr.io/dkrizic/deployment-overview:v0.4' + image: 'docker://ghcr.io/prodyna/deployment-overview:v0.4' env: ORGANIZATION: ${{ inputs.organization }} REPOSITORIES: ${{ inputs.repositories }}