ci: switch Docker build cache to type=registry #2

Merged
cal merged 1 commits from ci/registry-cache into main 2026-02-11 22:14:28 +00:00
Owner

Summary

  • Switch Docker build cache from type=gha to type=registry
  • The type=gha cache silently fails on Gitea Actions due to Docker networking between the Buildx builder container and the act_runner cache server
  • Registry-based caching stores layers on Docker Hub (as a :buildcache tag), which is reliable for self-hosted runners

Notes

  • CI-only change, no application code affected
  • VERSION not bumped (infrastructure change)
  • Version validation will fail on this PR - safe to merge anyway
## Summary - Switch Docker build cache from `type=gha` to `type=registry` - The `type=gha` cache silently fails on Gitea Actions due to Docker networking between the Buildx builder container and the act_runner cache server - Registry-based caching stores layers on Docker Hub (as a `:buildcache` tag), which is reliable for self-hosted runners ## Notes - CI-only change, no application code affected - VERSION not bumped (infrastructure change) - Version validation will fail on this PR - safe to merge anyway
cal added 1 commit 2026-02-11 22:12:33 +00:00
ci: switch Docker build cache from type=gha to type=registry
Some checks failed
Build Docker Image / build (pull_request) Failing after 14s
305e1b0ffa
The gha cache backend silently fails on Gitea Actions due to Docker
networking issues between the Buildx builder container and the
act_runner cache server. Registry-based caching stores layers on
Docker Hub, which is more reliable for self-hosted runners.
cal added 1 commit 2026-02-11 22:12:33 +00:00
ci: switch Docker build cache from type=gha to type=registry
Some checks failed
Build Docker Image / build (pull_request) Failing after 14s
305e1b0ffa
The gha cache backend silently fails on Gitea Actions due to Docker
networking issues between the Buildx builder container and the
act_runner cache server. Registry-based caching stores layers on
Docker Hub, which is more reliable for self-hosted runners.
cal merged commit b6f1a85a49 into main 2026-02-11 22:14:28 +00:00
cal deleted branch ci/registry-cache 2026-02-11 22:14:28 +00:00
Sign in to join this conversation.
No description provided.