keep 90 days of main builds instead of 60

This commit is contained in:
burnettk 2024-02-15 12:17:51 -05:00
parent b1b330f8cb
commit c465efcf6f
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Delete old container images
on:
workflow_dispatch: # allow running on demand
schedule:
- cron: "0 2 * * *" # every day at 2:00am UTC
- cron: "0 2 * * *" # every day at 2:00am UTC
jobs:
clean-ghcr:
@ -14,7 +14,7 @@ jobs:
uses: snok/container-retention-policy@v2
with:
image-names: spiffworkflow-backend, spiffworkflow-frontend
cut-off: Two months ago UTC
cut-off: Three months ago UTC
account-type: org
org-name: sartography
keep-at-least: 1