From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:39:11 +0000 (-0700) Subject: Fixes the image cleaner not actually deleting the old images X-Git-Tag: v1.16.1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496498724504899858dec5846bb3f43f3a2a47cc;p=thirdparty%2Fpaperless-ngx.git Fixes the image cleaner not actually deleting the old images --- diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index bbb7a169cd..935245889b 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"