]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes the image cleaner not actually deleting the old images
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 16 Jun 2023 15:39:11 +0000 (08:39 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 16 Jun 2023 16:19:03 +0000 (09:19 -0700)
.github/workflows/cleanup-tags.yml

index bbb7a169cd04e89a8cfc38d744030119a99ec950..935245889b9bd3bd7556de19f78ed7dfdc82dc3a 100644 (file)
@@ -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"