From cf25c9c4428f240140cbdea4a1710672cc1bd34e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 29 Jul 2021 01:11:27 +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 f87fb54..5553c59 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 : .* # ###############################################################