From 19be4d01cf6933d3aa99993aa83e18d33e110965 Mon Sep 17 00:00:00 2001 From: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> Date: Sun, 13 Nov 2022 16:07:23 +0100 Subject: [PATCH] fix: default image using wrong format --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6fba934..daaa95a 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: Container image to use for running molecule testing. This is generally not needed and mostly useful for tests. required: true - default: docker://ghcr.io/redlinetriad/molecule-vagrant-qemu-action:v1 + default: ghcr.io/redlinetriad/molecule-vagrant-qemu-action:v1 molecule_options: description: |