action uses built docker image

This commit is contained in:
Mike Farah 2022-10-19 11:06:41 +11:00
parent 22c44d3ecb
commit 0b235b367d

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: 'docker.io/mikefarah/yq:4-githubaction' image: 'docker://mikefarah/yq:4-githubaction'
args: args:
- ${{ inputs.cmd }} - ${{ inputs.cmd }}