Replies: 1 comment 6 replies
-
That looks like a bug in 4.9.7 that should have been fixed in 4.9.8 - is that the version you are using? You can use dockerhub to see the list of versions and the dates they were published: https://hub.docker.com/r/mikefarah/yq/tags?page=1&ordering=last_updated |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a problem running the latest yq Docker image in a Github action. I know, there's a specific action for yq. But this is a script which is run locally, or in jenkins, or from a Github action. I believe this used to work until not too long ago. But now I'm getting errors when run on Github (none when run locally on a Mac):
As I believe this did work, I was wondering whether this was due to the latest official release of v4. If I wanted to see whether "latest" from a few weeks back did work, what tag should I use?
Beta Was this translation helpful? Give feedback.
All reactions