From 0b235b367d1b9e29a943cacee874ee7bb045c244 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 19 Oct 2022 11:06:41 +1100 Subject: [PATCH] action uses built docker image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2cc99d5f..3ff32f57 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,6 @@ outputs: description: "The complete result from the yq command being run" runs: using: 'docker' - image: 'docker.io/mikefarah/yq:4-githubaction' + image: 'docker://mikefarah/yq:4-githubaction' args: - ${{ inputs.cmd }}