mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Corrects the script name
This commit is contained in:
parent
e17c915048
commit
73ae9e9cc5
6
.github/workflows/cleanup-tags.yml
vendored
6
.github/workflows/cleanup-tags.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/cleanup-tags.yml"
|
- ".github/workflows/cleanup-tags.yml"
|
||||||
- ".github/scripts/cleanup-images.py"
|
- ".github/scripts/cleanup-tags.py"
|
||||||
- ".github/scripts/github.py"
|
- ".github/scripts/github.py"
|
||||||
- ".github/scripts/common.py"
|
- ".github/scripts/common.py"
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
name: Cleanup for package "${{ matrix.primary-name }}"
|
name: Cleanup for package "${{ matrix.primary-name }}"
|
||||||
if: "${{ env.TOKEN != '' }}"
|
if: "${{ env.TOKEN != '' }}"
|
||||||
run: |
|
run: |
|
||||||
python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-images.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
|
# Clean up registry cache package
|
||||||
#
|
#
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
name: Cleanup for package "${{ matrix.cache-name }}"
|
name: Cleanup for package "${{ matrix.cache-name }}"
|
||||||
if: "${{ env.TOKEN != '' }}"
|
if: "${{ env.TOKEN != '' }}"
|
||||||
run: |
|
run: |
|
||||||
python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-images.py --untagged "${{ matrix.cache-name }}"
|
python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-tags.py --untagged --delete "${{ matrix.cache-name }}"
|
||||||
#
|
#
|
||||||
# Verify tags which are left still pull
|
# Verify tags which are left still pull
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user