Commit 695bf1b
Authenticate crane release lookup to avoid rate-limit 404
The "Install crane" step queried the go-containerregistry releases API
unauthenticated. On shared GitHub Actions runners this hits the 60/hr
rate limit, returning JSON without `.tag_name`; `jq -r .tag_name` then
yields `null`, producing a `.../download/null/...` URL that 404s and
fails the build.
Authenticate the request with GITHUB_TOKEN (1000/hr limit) and fail
fast with a clear message if the version can't be resolved.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a432b7a commit 695bf1b
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
152 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
153 | 164 | | |
154 | 165 | | |
155 | 166 | | |
| |||
0 commit comments