Skip to content

Commit 0b235b3

Browse files
committed
action uses built docker image
1 parent 22c44d3 commit 0b235b3

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: 'docker.io/mikefarah/yq:4-githubaction'
15+
image: 'docker://mikefarah/yq:4-githubaction'
1616
args:
1717
- ${{ inputs.cmd }}

0 commit comments

Comments
 (0)