mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-12 16:40:40 +02:00
simplify filter and expand
This commit is contained in:
parent
6eddd2b012
commit
aa2080e93e
@ -151,28 +151,28 @@ workflows:
|
||||
ignore: /.*/
|
||||
# Example: BitcoinCore/0.17.0 or BitcoinCore/0.17.0-1 or Bitcoin/0.21.0-based-taproot0.1
|
||||
tags:
|
||||
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
|
||||
only: /^[^/]+[/]{1}([^/]+)/
|
||||
- publish_linuxarm32v7:
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
# Example: BitcoinCore/0.17.0
|
||||
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
|
||||
only: /^[^/]+[/]{1}([^/]+)/
|
||||
- publish_linuxarm64v8:
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
# Example: BitcoinCore/0.17.0
|
||||
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
|
||||
only: /^[^/]+[/]{1}([^/]+)/
|
||||
- publish_buildx:
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
# Example: BitcoinCore/0.17.0
|
||||
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
|
||||
only: /^[^/]+[/]{1}([^/]+)/
|
||||
- publish_multiarch:
|
||||
requires:
|
||||
- publish_linuxamd64
|
||||
@ -184,4 +184,4 @@ workflows:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
# Example: BitcoinCore/0.17.0
|
||||
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
|
||||
only: /^[^/]+[/]{1}([^/]+)/
|
||||
|
Loading…
Reference in New Issue
Block a user