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 : .* # ###############################################################