Change image retention policy to 60 days

This commit is contained in:
humocs-man
2026-03-28 13:26:17 +01:00
committed by GitHub
parent b7e555d43b
commit 83c287fba5
+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: 10 days
older-than: 60 days
delete-orphaned-images: true
keep-n-tagged: 7
keep-n-untagged: 7