You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is strange behavior. If I run it on localhost, there no error (tested with 4.9.6, 4.9.7, and 4.9.8) but if I run it on GitHub actions, the problem occurs with 4.9.7 and 4.9.8 docker images.
The text was updated successfully, but these errors were encountered:
Ok I think I've solved this issue - the yq docker image no longer runs as root (#860) and from I can tell, GitHub actions run as user 1001. I've updated the yq's GitHub action to run as 1001 and that fixed them problem for me, let me know how you got with 4.10.0
yq has updated its docker image to prevent running as root so we need to provide the current user id when running the image
More info: mikefarah/yq#890
Describe the bug
Seems like the same as #884
Version of yq: 4.9.8
Operating system: linux
Installed via: docker
Input Yaml
Concise yaml document(s) (as simple as possible to show the bug, please keep it to 10 lines or less)
data1.yml:
Command
The command you ran:
Actual behavior
Bash error
Expected behavior
Additional context
There is strange behavior. If I run it on localhost, there no error (tested with 4.9.6, 4.9.7, and 4.9.8) but if I run it on GitHub actions, the problem occurs with 4.9.7 and 4.9.8 docker images.
The text was updated successfully, but these errors were encountered: