From 7ffda6119f37c92fbd3f380852ccbb728c8ea31f Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Fri, 3 Jan 2025 19:50:10 -0500 Subject: [PATCH] Update clear-stale-docker-images.yml --- .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 7086558e..4e1e91e0 100644 --- a/.github/workflows/clear-stale-docker-images.yml +++ b/.github/workflows/clear-stale-docker-images.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: dataaxiom/ghcr-cleanup-action@v1 with: - dry-run: true + dry-run: false package: homebox delete-ghost-images: true delete-orphaned-images: true