Update package name and retention period in workflow
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
|||||||
# IMPORTANT: Update this to match your image name from Containerfile (line 9)
|
# IMPORTANT: Update this to match your image name from Containerfile (line 9)
|
||||||
# This should match the "# Name: your-repo-name" comment in your Containerfile
|
# 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
|
# Example: If your Containerfile has "# Name: my-custom-os", use "my-custom-os" here
|
||||||
packages: finpilot
|
packages: fluffy-pancake
|
||||||
older-than: 90 days
|
older-than: 60 days
|
||||||
delete-orphaned-images: true
|
delete-orphaned-images: true
|
||||||
keep-n-tagged: 7
|
keep-n-tagged: 7
|
||||||
keep-n-untagged: 7
|
keep-n-untagged: 7
|
||||||
|
|||||||
Reference in New Issue
Block a user