From cdbdefb9fce92458e646ef4586eaa600bc6683ac Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 29 Jul 2021 01:11:59 +0200 Subject: [PATCH] Update cleaning up settings --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bb615a..35ed9e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ ############################################################### # Setting I use for cleaning up image tags # -# - Running cleanup every day # -# - Keeping 1 tag per image name matching : (?:v.+|dev) # +# - Running cleanup every week # +# - Keeping 1 tag per image name matching : (?:v.\d+|dev) # # - Removing tags older than 7 days matching the default : .* # ###############################################################