2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-09-10 18:00:57 +00:00

src: move buildkit prune to cleanup stage and invoke it inline

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.
This commit is contained in:
Claude 2025-04-22 16:21:08 -04:00
parent 49f6d185dd
commit c80185915d
4 changed files with 29 additions and 16 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long