ci: switch buildx cache from registry to local volume #116

Merged
cal merged 1 commits from ci/local-buildx-cache into main 2026-03-24 02:17:19 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
6e45686457 ci: switch buildx cache from registry to local volume
All checks were successful
Ruff Lint / lint (pull_request) Successful in 1m20s
Replaces type=registry cache (which causes 400 errors from Docker Hub
due to stale buildx builders) with type=local backed by a named Docker
volume on the runner. Adds cache rotation step to prevent unbounded growth.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 21:16:08 -05:00