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