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 }}