mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Adds a pull of all images for the main image after the pruning
This commit is contained in:
parent
f48a2cb65e
commit
cb7e6f8cd0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cleanup-tags.yml
vendored
5
.github/workflows/cleanup-tags.yml
vendored
|
|
@ -51,3 +51,8 @@ jobs:
|
|||
if: "${{ env.TOKEN != '' }}"
|
||||
run: |
|
||||
python ${GITHUB_WORKSPACE}/.github/scripts/cleanup-tags.py --loglevel info --untagged --delete
|
||||
-
|
||||
name: Check all tags still pull
|
||||
run: |
|
||||
ghcr_name=$(echo "${GITHUB_REPOSITORY}" | awk '{ print tolower($0) }')
|
||||
docker pull --quiet --all-tags ghcr.io/${ghcr_name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue