Files
taylanbakircioglu 575f8dcda1 ci: retry Docker Hub login to tolerate transient docker.io timeouts
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.
2026-06-02 15:07:05 +03:00
..