1
0
Fork 0
mirror of https://github.com/imjasonh/setup-crane synced 2026-07-06 22:52:45 +00:00

remove debug stuff

This commit is contained in:
Jason Hall 2021-07-23 11:28:00 -04:00
parent 46e1849f94
commit 5146f708a8

View file

@ -25,8 +25,6 @@ runs:
go get github.com/google/go-containerregistry/cmd/crane@main
;;
latest-release)
jq --version
curl -s -u "username:${{github.token}}" https://api.github.com/repos/google/go-containerregistry/releases/latest
tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google/go-containerregistry/releases/latest | jq -r '.tag_name')
;;
*)