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

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

1 Commits

Author SHA1 Message Date
cal
16408a973e ci: switch Docker build cache from type=gha to type=registry
Some checks failed
Build Docker Image / build (pull_request) Failing after 19s
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:15 +00:00