Adds a pull of all images for the main image after the pruning

This commit is contained in:
Trenton Holmes 2022-08-01 09:57:50 -07:00
parent f48a2cb65e
commit cb7e6f8cd0

View File

@ -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}