From b7e555d43ba8dde4fa356143432d6354127a9936 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:23:05 +0100 Subject: [PATCH] Change image retention period from 60 to 10 days --- .github/workflows/clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index f697e04..04b0d55 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -21,7 +21,7 @@ jobs: # This should match the "# Name: your-repo-name" comment in your Containerfile # Example: If your Containerfile has "# Name: my-custom-os", use "my-custom-os" here packages: fluffy-pancake - older-than: 60 days + older-than: 10 days delete-orphaned-images: true keep-n-tagged: 7 keep-n-untagged: 7