add purge_tags_keep_regexp to config.yml

This commit is contained in:
dmaes33 2022-04-07 12:05:05 +02:00
parent 2533046ad0
commit f769e3e5f9

View File

@ -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.