mirror of
https://github.com/taylanbakircioglu/flowfish.git
synced 2026-09-17 16:15:19 +00:00
575f8dcda1
One matrix job intermittently failed at the login step with 'Get "https://registry-1.docker.io/v2/": context deadline exceeded' while sibling jobs authenticated fine with the same secrets — a transient network blip, not a credentials problem. Replace docker/login-action with a `docker login --password-stdin` retry loop (5 attempts, 10s backoff) so transient failures self-heal.