[diun] Improve tag matching by using 'sort_tags' & 'max_tags'
This commit is contained in:
parent
0242023434
commit
ec06a04ee7
1 changed files with 12 additions and 8 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue