From de65c13262bc51d16fbfcbf85227ca14cf170aa9 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:32:42 +0100 Subject: [PATCH] feat[cleanup]: do not delete versioned images --- .github/workflows/registryCleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registryCleanup.yml b/.github/workflows/registryCleanup.yml index c4bb4002..78b80d66 100644 --- a/.github/workflows/registryCleanup.yml +++ b/.github/workflows/registryCleanup.yml @@ -20,5 +20,5 @@ jobs: image-tags: "dev !latest pr*" # any image tag tag-selection: both # select both tagged and untagged package versions cut-off: 6w # package versions should be older than 4 weeks - keep-n-most-recent: 5 # keep up to `n` tagged package versions for each of the packages + # keep-n-most-recent: 5 # keep up to `n` tagged package versions for each of the packages dry-run: true \ No newline at end of file