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

Merged
cal merged 1 commits from ci/registry-cache into main 2026-02-11 22:14:25 +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:24 +00:00
ci: switch Docker build cache from type=gha to type=registry
Some checks failed
Build Docker Image / build (pull_request) Failing after 16s
d72595cef7
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 d40ddb76be into main 2026-02-11 22:14:25 +00:00
cal deleted branch ci/registry-cache 2026-02-11 22:14:25 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-v2#5
No description provided.