mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 06:34:03 +00:00
keep 90 days of main builds instead of 60
This commit is contained in:
parent
b1b330f8cb
commit
c465efcf6f
@ -3,7 +3,7 @@ name: Delete old container images
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch: # allow running on demand
|
workflow_dispatch: # allow running on demand
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 2 * * *" # every day at 2:00am UTC
|
- cron: "0 2 * * *" # every day at 2:00am UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clean-ghcr:
|
clean-ghcr:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: snok/container-retention-policy@v2
|
uses: snok/container-retention-policy@v2
|
||||||
with:
|
with:
|
||||||
image-names: spiffworkflow-backend, spiffworkflow-frontend
|
image-names: spiffworkflow-backend, spiffworkflow-frontend
|
||||||
cut-off: Two months ago UTC
|
cut-off: Three months ago UTC
|
||||||
account-type: org
|
account-type: org
|
||||||
org-name: sartography
|
org-name: sartography
|
||||||
keep-at-least: 1
|
keep-at-least: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user