From 08081d7abf9ddfb99084f550eddde0d312d3ba5a Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Sun, 5 Jan 2025 21:27:58 -0500 Subject: [PATCH] Update clear-stale-docker-images.yml --- .github/workflows/clear-stale-docker-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clear-stale-docker-images.yml b/.github/workflows/clear-stale-docker-images.yml index f1b5f08a..f3e9f842 100644 --- a/.github/workflows/clear-stale-docker-images.yml +++ b/.github/workflows/clear-stale-docker-images.yml @@ -17,7 +17,7 @@ jobs: run: | package1=$(docker manifest inspect ghcr.io/sysadminsmedia/homebox | jq -r '.manifests.[] | .digest' | paste -s -d ' ' -) echo "multi-arch-digests=$package1" >> $GITHUB_OUTPUT - - uses: snok/container-retention-policy@v2.2.1 + - uses: snok/container-retention-policy@v3.0.0 with: skip-shas: ${{ steps.multi-arch-digests.outputs.multi-arch-digests }} # The type of account. Can be either 'org' or 'personal'. @@ -43,7 +43,7 @@ jobs: permissions: packages: write steps: - - uses: snok/container-retention-policy@v2.2.1 + - uses: snok/container-retention-policy@v3.0.0 with: # The type of account. Can be either 'org' or 'personal'. account-type: org