Selective Docker prune (preserve build cache) + k3s retry #39
Reference in New Issue
Block a user
Delete Branch "fix/stage-source-check"
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?
Full docker system prune removed build cache, making Docker builds take 10-12 minutes — too close to the runner's 26-minute restart window. Switch to selective prune (containers + images + volumes only) to free disk space without losing cache. Also adds --retry 3 on k3s download to handle transient GitHub failures.