mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Build all tags
This commit is contained in:
parent
28a600c0e3
commit
7cc83d3010
@ -7,7 +7,7 @@ workflows:
|
||||
- build-n-test:
|
||||
filters:
|
||||
tags:
|
||||
only: /^[0-9.]+/
|
||||
only: /.*/
|
||||
- deploy:
|
||||
requires:
|
||||
- build-n-test
|
||||
@ -15,7 +15,7 @@ workflows:
|
||||
branches:
|
||||
only: /^(master|4|3)$/
|
||||
tags:
|
||||
only: /^[0-9.]+/
|
||||
only: /.*/
|
||||
- trigger-dockerhub:
|
||||
requires:
|
||||
- build-n-test
|
||||
|
Loading…
Reference in New Issue
Block a user