From c0e53cbd3d41680fc5a429552b81a5eae1274a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:35:17 +0000 Subject: [PATCH] Bump snok/container-retention-policy from 2.1.3 to 2.2.1 Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 2.1.3 to 2.2.1. - [Release notes](https://github.com/snok/container-retention-policy/releases) - [Commits](https://github.com/snok/container-retention-policy/compare/v2.1.3...v2.2.1) --- updated-dependencies: - dependency-name: snok/container-retention-policy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/clean-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-containers.yaml b/.github/workflows/clean-containers.yaml index 9e3c5a8..b6bd1a2 100644 --- a/.github/workflows/clean-containers.yaml +++ b/.github/workflows/clean-containers.yaml @@ -18,7 +18,7 @@ jobs: run: | echo "REPO=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV - name: Delete 'PR' containers older than a week - uses: snok/container-retention-policy@v2.1.3 + uses: snok/container-retention-policy@v2.2.1 with: image-names: ${{ env.REGISTRY }}/${{ env.REPO }} filter-tags: "sha-*,sha256:*"