]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Disable delete and move to the new and improved branch for testing
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 3 Oct 2025 02:58:16 +0000 (19:58 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 3 Oct 2025 02:58:16 +0000 (19:58 -0700)
.github/workflows/cleanup-tags.yml

index e0d81bb4a52d4728fc7b7ce101dc9a3bca053dd3..c577cb6f9e6913c8aa94193f16dcb65fa5bb7a33 100644 (file)
@@ -27,7 +27,7 @@ jobs:
     steps:
       - name: Clean temporary images
         if: "${{ env.TOKEN != '' }}"
-        uses: stumpylog/image-cleaner-action/ephemeral@v0.11.0
+        uses: stumpylog/image-cleaner-action/ephemeral@feature/async-and-typing
         with:
           token: "${{ env.TOKEN }}"
           owner: "${{ github.repository_owner }}"
@@ -36,7 +36,7 @@ jobs:
           scheme: "branch"
           repo_name: "paperless-ngx"
           match_regex: "(feature|fix)"
-          do_delete: "true"
+          do_delete: "false"
   cleanup-untagged-images:
     name: Cleanup Untagged Images Tags for ${{ matrix.primary-name }}
     if: github.repository_owner == 'paperless-ngx'
@@ -53,10 +53,10 @@ jobs:
     steps:
       - name: Clean untagged images
         if: "${{ env.TOKEN != '' }}"
-        uses: stumpylog/image-cleaner-action/untagged@v0.11.0
+        uses: stumpylog/image-cleaner-action/untagged@feature/async-and-typing
         with:
           token: "${{ env.TOKEN }}"
           owner: "${{ github.repository_owner }}"
           is_org: "true"
           package_name: "${{ matrix.primary-name }}"
-          do_delete: "true"
+          do_delete: "false"