mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Adds a pull of all images for the main image after the pruning
This commit is contained in:
parent
f48a2cb65e
commit
cb7e6f8cd0
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