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

1 Commits

Author SHA1 Message Date
cal
305e1b0ffa ci: switch Docker build cache from type=gha to type=registry
Some checks failed
Build Docker Image / build (pull_request) Failing after 14s
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.
2026-02-11 22:12:30 +00:00