From 8299823e11c14532b562efbcea0712ec34c39b94 Mon Sep 17 00:00:00 2001 From: "nils.hermansson" Date: Tue, 21 Mar 2023 09:44:02 +0100 Subject: [PATCH] set correct dev tag --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index da85be2..80e39f6 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ async function run () { description: 'Expire test images, keep 20 last', selection: { tagStatus: 'tagged', - tagPrefixList: ["test-"], + tagPrefixList: ["dev-"], countType: 'imageCountMoreThan', countNumber: 20 },