action uses built docker image

This commit is contained in:
Mike Farah 2022-10-19 11:06:41 +11:00
parent 22c44d3ecb
commit 0b235b367d
1 changed files with 1 additions and 1 deletions

View File

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