From 698216c9c82020c34b6c7b75c6b32b79f1ed65e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 21 Mar 2022 14:34:40 +0100 Subject: [PATCH] add docker:// to image name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3802f4a..6832765 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: default: "." runs: using: docker - image: quay.io/ansible/creator-ee:v0.3.1 + image: docker://quay.io/ansible/creator-ee:v0.3.1 entrypoint: /usr/local/bin/ansible-lint env: # These tell ansible-lint to use github compatible annotation format: