[diun] Improve tag matching by using 'sort_tags' & 'max_tags'

This commit is contained in:
Viyurz 2024-09-08 09:45:48 +02:00
parent 0242023434
commit ec06a04ee7
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -1,23 +1,27 @@
- name: quay.io/hedgedoc/hedgedoc - name: quay.io/hedgedoc/hedgedoc
watch_repo: true watch_repo: true
sort_tags: semver
max_tags: 1
include_tags: include_tags:
- ^2 - ^[\d\.]+-alpine$
- name: quay.io/keycloak/keycloak - name: quay.io/keycloak/keycloak
watch_repo: true watch_repo: true
sort_tags: semver
max_tags: 1
include_tags: include_tags:
- ^25\.\d$ - ^\d+\.\d+$
- ^26
- name: docker.io/stalwartlabs/mail-server - name: docker.io/stalwartlabs/mail-server
watch_repo: true watch_repo: true
sort_tags: semver
max_tags: 1
include_tags: include_tags:
- ^v0\.(9|\d{2}) - ^v
- ^v1
- name: docker.io/aaronleopold/stump - name: docker.io/aaronleopold/stump
watch_repo: true watch_repo: true
sort_tags: semver
max_tags: 1
include_tags: include_tags:
- ^0\.0\.([5-9]|\d{2})$ - ^\d
- ^0\.([1-9]|\d{2})
- ^1