Commit 319fbb1
Fix: make Docker Hub README sync non-fatal and run it after the version report
In the v1.7.0 sf-docker-images release the description PATCH returned 403
Forbidden (push-scoped tokens cannot update repo descriptions — Docker Hub
requires Read/Write/Delete scope or the account password). The failing step
sat before the version-report steps, so all three push jobs failed after a
successful push+sign and the caller's release job was skipped.
The sync step now runs last with continue-on-error: true — cosmetic sync
issues can no longer block the release path.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 56820de commit 319fbb1
1 file changed
Lines changed: 16 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | 231 | | |
244 | 232 | | |
245 | 233 | | |
| |||
270 | 258 | | |
271 | 259 | | |
272 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
0 commit comments