]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Restores deletion
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 26 Jan 2023 21:33:39 +0000 (13:33 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 27 Jan 2023 18:00:55 +0000 (10:00 -0800)
.github/workflows/cleanup-tags.yml

index 090fcc532c9620af129196246762a19fce01e882..5992b4442c547716b1c02ddfc0135fce5c085ac7 100644 (file)
@@ -72,7 +72,7 @@ jobs:
         name: Cleanup for package "${{ matrix.primary-name }}"
         if: "${{ env.TOKEN != '' }}"
         run: |
-          python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-tags.py --untagged --is-manifest "${{ matrix.primary-name }}"
+          python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-tags.py --untagged --is-manifest --delete "${{ matrix.primary-name }}"
       #
       # Clean up registry cache package
       #
@@ -80,4 +80,4 @@ jobs:
         name: Cleanup for package "${{ matrix.cache-name }}"
         if: "${{ env.TOKEN != '' }}"
         run: |
-          python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-tags.py --untagged "${{ matrix.cache-name }}"
+          python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-tags.py --untagged --delete "${{ matrix.cache-name }}"