From 02f012a345d99474195857621b56a95fe11993e9 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 19 Dec 2023 15:58:47 -0700 Subject: [PATCH] ci: previous property is not working as expected --- .github/workflows/container-prune.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-prune.yaml b/.github/workflows/container-prune.yaml index de35a53e00..ab1640578f 100644 --- a/.github/workflows/container-prune.yaml +++ b/.github/workflows/container-prune.yaml @@ -28,7 +28,7 @@ jobs: container: "librarium" dry-run: false keep-younger-than: 1 # days - # keep-last: 2 + keep-last: 1 prune-untagged: true # - name: Slack Notification