a4c04dedd7
CI/CD / build-and-push (push) Failing after 5m14s
Docker 24's embedded BuildKit ignores the http:// prefix in registry-mirrors and always attempts HTTPS, breaking the local pull-through cache. DOCKER_BUILDKIT=0 uses the legacy builder which respects the daemon mirror config correctly. Cache still works via --cache-from + buildcache tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>