From f769e3e5f96ab24015de670fa70041bd0b5ccf99 Mon Sep 17 00:00:00 2001 From: dmaes33 Date: Thu, 7 Apr 2022 12:05:05 +0200 Subject: [PATCH] add purge_tags_keep_regexp to config.yml --- config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yml b/config.yml index 4e18a8b..4e60008 100644 --- a/config.yml +++ b/config.yml @@ -50,6 +50,8 @@ debug: true # How many days to keep tags but also keep the minimal count provided no matter how old. purge_tags_keep_days: 90 purge_tags_keep_count: 2 +# Keep tags matching regexp no matter how old +# purge_tags_keep_regexp: '^latest$' # Enable built-in cron to schedule purging tags in server mode. # Empty string disables this feature. # Example: '25 54 17 * * *' will run it at 17:54:25 daily.