Viserion: Fix git tag matching.

viserion
Icedream 2017-08-31 10:16:06 +02:00
parent 91e70859a0
commit bcb00f86b8
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ builds:
# Git tag "v0.1.2" -> Docker tag "0.1.2"
- from: tag
source: /v(.+)/
source: /^v(.+)$/
target: docker.dreamnetwork.oss:5000/icedream/test-repo:$1
- context: .
@ -34,5 +34,5 @@ builds:
# Git tag "v0.1.2" -> Docker tag "0.1.2"
- from: tag
source: /v(.+)/
source: /^v(.+)$/
target: docker.dreamnetwork.oss:5000/icedream/test-repo:$1-alpine