From 496498724504899858dec5846bb3f43f3a2a47cc Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 16 Jun 2023 08:39:11 -0700 Subject: [PATCH] Fixes the image cleaner not actually deleting the old images --- .github/workflows/cleanup-tags.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index bbb7a169c..935245889 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -38,6 +38,7 @@ jobs: scheme: "branch" repo_name: "paperless-ngx" match_regex: "feature-" + do_delete: "true" cleanup-untagged-images: name: Cleanup Untagged Images Tags for ${{ matrix.primary-name }} @@ -73,3 +74,4 @@ jobs: owner: "${{ github.repository_owner }}" is_org: "true" package_name: "${{ matrix.primary-name }}" + do_delete: "true"