mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
action uses built docker image
This commit is contained in:
parent
8ed817916f
commit
22c44d3ecb
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user