From cb7e6f8cd0082add6bd228703822a1fcb7214b73 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Mon, 1 Aug 2022 09:57:50 -0700 Subject: [PATCH] Adds a pull of all images for the main image after the pruning --- .github/workflows/cleanup-tags.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index c2155fb06..097badaaa 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -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}