From c465efcf6f5a63fc1f6b033ee893173dd2a371f0 Mon Sep 17 00:00:00 2001 From: burnettk Date: Thu, 15 Feb 2024 12:17:51 -0500 Subject: [PATCH] keep 90 days of main builds instead of 60 --- .github/workflows/container_retention_policy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container_retention_policy.yml b/.github/workflows/container_retention_policy.yml index 35d10b58e..380792f9f 100644 --- a/.github/workflows/container_retention_policy.yml +++ b/.github/workflows/container_retention_policy.yml @@ -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