ci: switch buildx cache from registry to local volume #116
No reviewers
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#116
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ci/local-buildx-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces
type=registrycache (causes 400 errors from Docker Hub due to stale buildx builders) withtype=localbacked 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_volumesupdated.