From 3b4a2bb3a94e5d06286e505b7953222408b37331 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:21:21 +0100 Subject: [PATCH] Update package name and retention period in workflow --- .github/workflows/clean.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 921ec64..f697e04 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -20,8 +20,8 @@ jobs: # IMPORTANT: Update this to match your image name from Containerfile (line 9) # 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: finpilot - older-than: 90 days + packages: fluffy-pancake + older-than: 60 days delete-orphaned-images: true keep-n-tagged: 7 keep-n-untagged: 7