diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f708396..f87fb54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,10 @@ +############################################################### +# Setting I use for cleaning up image tags # +# - Running cleanup every day # +# - Keeping 1 tag per image name matching : (?:v.+|dev) # +# - Removing tags older than 7 days matching the default : .* # +############################################################### + image: docker:stable stages: