From 4792fcfc41d234e2f73f983cf9322512c2af5214 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 28 Jul 2021 00:01:17 +0200 Subject: [PATCH] Update info --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: