Files
shot-crafter-calculator/.gitea/workflows
darroyo 425011d9c8
CI / Build Native (push) Failing after 9m10s
fix(ci): make docker push retry more aggressive against Gitea registry
The Gitea registry sometimes returns 'net/http: timeout awaiting
response headers' on blob uploads. The existing retry loop (3x15s)
isn't enough.

- Bump retries 3 -> 5
- Backoff 15s -> 30s
- --max-concurrent-uploads=1 to avoid hammering a small registry

Total worst-case wait: ~4 minutes (4 retries * 30s + 5 pushes ~ 30s).
2026-08-13 21:46:02 -04:00
..