From 05c43b949ec7a951cba8b02fe9cc16004f99636c Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Mon, 26 May 2025 18:02:27 -0400 Subject: [PATCH] Maybe the cleanup is fixed? --- .github/workflows/clear-stale-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clear-stale-docker-images.yml b/.github/workflows/clear-stale-docker-images.yml index ec0b0e39..e79ead64 100644 --- a/.github/workflows/clear-stale-docker-images.yml +++ b/.github/workflows/clear-stale-docker-images.yml @@ -24,5 +24,5 @@ jobs: repository: 'homebox' package: 'homebox,devcache' use-regex: true - exclude-tags: latest,main,*.*.*,0.*,0 + exclude-tags: latest,latest-rootless,main,main-rootless,nightly,nightly-rootless,*.*.*,0.*,0,*.*.*-rootless,0.*-rootless,0-rootless older-than: 180 days