mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Adds a pull of all images for the main image after the pruning
This commit is contained in:
parent
a5ad8b0800
commit
21007e593c
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…
x
Reference in New Issue
Block a user