From b75d659707d51b4965fb3f141bcb525944dbc95a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 18 Jan 2023 10:59:39 +0100 Subject: [PATCH] ci: bump cleanup action Signed-off-by: Jens Langhammer --- .github/workflows/ghcr-retention.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-retention.yml b/.github/workflows/ghcr-retention.yml index 73d47fc59..d31738626 100644 --- a/.github/workflows/ghcr-retention.yml +++ b/.github/workflows/ghcr-retention.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete 'dev' containers older than a week - uses: sondrelg/container-retention-policy@v1 + uses: snok/container-retention-policy@v1 with: image-names: dev-server,dev-ldap,dev-proxy cut-off: One week ago UTC