Skip to content

Commit

Permalink
Run yq container as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0sh1dk committed Dec 17, 2023
1 parent a03d625 commit deee3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ tasks:
-e WORKFLOW_NAME={{ .WORKFLOW_NAME }} \
-e ACTION_VERSION={{ .ACTION_VERSION }} \
-v $(pwd):/app \
--user="root" \
-w /app \
mikefarah/yq:latest \
{{ .COMMAND }}
Expand Down

0 comments on commit deee3b9

Please sign in to comment.