Browse Source

reduce scope of pipeline tag filter

master
Drew Short 4 years ago
parent
commit
d947d30e67
  1. 2
      pipeline.yml

2
pipeline.yml

@ -5,7 +5,7 @@ resources:
icon: git
source:
uri: https://git.nulloctet.com/docker/mumble.git
tag_filter: '*[0-9].*[0-9].*[0-9]*(-rc*(.*[0-9]))'
tag_filter: "*[0-9].*[0-9].*[0-9]"
- name: git-resource-image-nexus
type: docker-image
icon: docker

Loading…
Cancel
Save