Skip to content

Commit f571b16

Browse files
committed
Merge branch 'action-use-published-docker'
2 parents a264833 + 0b235b3 commit f571b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ outputs:
1212
description: "The complete result from the yq command being run"
1313
runs:
1414
using: 'docker'
15-
image: 'github-action/Dockerfile'
15+
image: 'docker://mikefarah/yq:4-githubaction'
1616
args:
1717
- ${{ inputs.cmd }}

0 commit comments

Comments
 (0)