Switching back to v as prefix, other scripts assume it's presence

z wouldn't work because some scripts in btcpayserver-docker re-append v as prefix to find tag
This commit is contained in:
rockstardev 2019-11-14 21:00:39 -06:00
parent 1d08a811e7
commit 68f172b9ef

View file

@ -105,15 +105,15 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
# only act on version tags v1.0.0.88 # only act on version tags v1.0.0.88
# OR feature tags like zlndseedbackup # OR feature tags like vlndseedbackup
tags: tags:
only: /(v[1-9]+(\.[0-9]+)*)|(z[a-z]+)/ only: /(v[1-9]+(\.[0-9]+)*)|(v[a-z]+)/
- arm32v7: - arm32v7:
filters: filters:
branches: branches:
ignore: /.*/ ignore: /.*/
tags: tags:
only: /(v[1-9]+(\.[0-9]+)*)|(z[a-z]+)/ only: /(v[1-9]+(\.[0-9]+)*)|(v[a-z]+)/
- multiarch: - multiarch:
requires: requires:
- amd64 - amd64
@ -122,4 +122,4 @@ workflows:
branches: branches:
ignore: /.*/ ignore: /.*/
tags: tags:
only: /(v[1-9]+(\.[0-9]+)*)|(z[a-z]+)/ only: /(v[1-9]+(\.[0-9]+)*)|(v[a-z]+)/