mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 08:22:13 +08:00
action uses built docker image
This commit is contained in:
+1
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user