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

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

1 Commits

Author SHA1 Message Date
cal
0d60597022 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:26 +00:00