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
Owner

Replaces type=registry cache (causes 400 errors from Docker Hub due to stale buildx builders) with type=local backed by a named Docker volume (pd-buildx-cache) on the runner. Adds cache rotation step to prevent unbounded growth.

Runner has been reconfigured with the volume mount and valid_volumes updated.

Replaces `type=registry` cache (causes 400 errors from Docker Hub due to stale buildx builders) with `type=local` backed by a named Docker volume (`pd-buildx-cache`) on the runner. Adds cache rotation step to prevent unbounded growth. Runner has been reconfigured with the volume mount and `valid_volumes` updated.
cal added 1 commit 2026-03-24 02:16:20 +00:00
ci: switch buildx cache from registry to local volume
All checks were successful
Ruff Lint / lint (pull_request) Successful in 1m20s
6e45686457
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>
cal merged commit 8940965ff8 into main 2026-03-24 02:17:19 +00:00
cal deleted branch ci/local-buildx-cache 2026-03-24 02:17:19 +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/paper-dynasty-discord#116
No description provided.