Merge branch 'action-use-published-docker'

This commit is contained in:
Mike Farah 2022-10-19 11:09:06 +11:00
commit f571b163e5

View File

@ -12,6 +12,6 @@ outputs:
description: "The complete result from the yq command being run" description: "The complete result from the yq command being run"
runs: runs:
using: 'docker' using: 'docker'
image: 'github-action/Dockerfile' image: 'docker://mikefarah/yq:4-githubaction'
args: args:
- ${{ inputs.cmd }} - ${{ inputs.cmd }}