mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
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:
parent
1d08a811e7
commit
68f172b9ef
1 changed files with 4 additions and 4 deletions
|
@ -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]+)/
|
||||||
|
|
Loading…
Add table
Reference in a new issue