From 22c44d3ecb59643a9be7270307e404b46a85d2e2 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 19 Oct 2022 11:04:53 +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 e6beb159..2cc99d5f 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: 'github-action/Dockerfile' + image: 'docker.io/mikefarah/yq:4-githubaction' args: - ${{ inputs.cmd }}