Skip to content

Commit

Permalink
Merge branch 'action-use-published-docker'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefarah committed Oct 19, 2022
2 parents a264833 + 0b235b3 commit f571b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ outputs:
description: "The complete result from the yq command being run"
runs:
using: 'docker'
image: 'github-action/Dockerfile'
image: 'docker://mikefarah/yq:4-githubaction'
args:
- ${{ inputs.cmd }}

0 comments on commit f571b16

Please sign in to comment.