From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:33:39 +0000 (-0800) Subject: Restores deletion X-Git-Tag: v1.12.2~1^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ccb83e49c2e8780fcbb999d475eac6f64f131e6;p=thirdparty%2Fpaperless-ngx.git Restores deletion --- diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index 090fcc532c..5992b4442c 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -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 }}"