action uses built docker image

This commit is contained in:
Mike Farah 2022-10-19 11:04:53 +11:00
parent 8ed817916f
commit 22c44d3ecb
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" description: "The complete result from the yq command being run"
runs: runs:
using: 'docker' using: 'docker'
image: 'github-action/Dockerfile' image: 'docker.io/mikefarah/yq:4-githubaction'
args: args:
- ${{ inputs.cmd }} - ${{ inputs.cmd }}