Update cleaning up settings

This commit is contained in:
Mylloon 2021-07-29 01:11:59 +02:00
parent a4a5c7abcb
commit cdbdefb9fc

View file

@ -1,7 +1,7 @@
############################################################### ###############################################################
# Setting I use for cleaning up image tags # # Setting I use for cleaning up image tags #
# - Running cleanup every day # # - Running cleanup every week #
# - Keeping 1 tag per image name matching : (?:v.+|dev) # # - Keeping 1 tag per image name matching : (?:v.\d+|dev) #
# - Removing tags older than 7 days matching the default : .* # # - Removing tags older than 7 days matching the default : .* #
############################################################### ###############################################################