From 2a6b56030446624c3fe9689880582812a02c2670 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Sun, 3 Dec 2023 14:24:41 +0000 Subject: [PATCH] chore: cleanup untagged images every 15 minutes (#77) --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 72e0cb0..1a9eb8d 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -3,7 +3,7 @@ name: Cleanup old images on: schedule: # Every 5 minutes - - cron: '*/5 * * * *' + - cron: '*/15 * * * *' workflow_dispatch: permissions: