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
Run imjasonh/[email protected]
Run set -ex
+ case latest-release in
++ curl -s -u username:*** https://api.github.com/repos/google/go-containerregistry/releases/latest
++ jq -r .tag_name
/opt/runner/actions-runner/_work/_temp/20dd5098-8b64-49b1-aed9-cdc6841fd792.sh: line 13: jq: command not found
+ tag=
I guess it expects jq to already be installed?
The text was updated successfully, but these errors were encountered:
Description
When I run on self hosted runner:
I get this error
I guess it expects
jq
to already be installed?The text was updated successfully, but these errors were encountered: