mirror of
https://github.com/docker/build-push-action.git
synced 2025-08-18 22:02:15 +00:00
Previously, we were firing off an async buildkit prune to clean up layers unused in 14 days. This changes that to cleanup layers unused in 7 days and fires it off inline on cleanup. It just seems easier to reason about that way.