Change image retention period from 60 to 10 days

This commit is contained in:
humocs-man
2026-03-28 13:23:05 +01:00
committed by GitHub
parent 3b4a2bb3a9
commit b7e555d43b
+1 -1
View File
@@ -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