Deploy lotus-all-in-one:master on all master merges
This commit is contained in:
parent
36183c72d1
commit
3b9b688c97
@ -1132,6 +1132,16 @@ workflows:
|
|||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+-rc\d+$/
|
- /^v\d+\.\d+\.\d+-rc\d+$/
|
||||||
|
- build-docker:
|
||||||
|
name: "Docker push (lotus-all-in-one / edge / mainnet)"
|
||||||
|
image: lotus-all-in-one
|
||||||
|
channel: master
|
||||||
|
network: mainnet
|
||||||
|
push: true
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
- build-docker:
|
- build-docker:
|
||||||
name: "Docker build (lotus-all-in-one / mainnet)"
|
name: "Docker build (lotus-all-in-one / mainnet)"
|
||||||
image: lotus-all-in-one
|
image: lotus-all-in-one
|
||||||
@ -1167,6 +1177,16 @@ workflows:
|
|||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+-rc\d+$/
|
- /^v\d+\.\d+\.\d+-rc\d+$/
|
||||||
|
- build-docker:
|
||||||
|
name: "Docker push (lotus-all-in-one / edge / butterflynet)"
|
||||||
|
image: lotus-all-in-one
|
||||||
|
channel: master
|
||||||
|
network: butterflynet
|
||||||
|
push: true
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
- build-docker:
|
- build-docker:
|
||||||
name: "Docker build (lotus-all-in-one / butterflynet)"
|
name: "Docker build (lotus-all-in-one / butterflynet)"
|
||||||
image: lotus-all-in-one
|
image: lotus-all-in-one
|
||||||
@ -1202,6 +1222,16 @@ workflows:
|
|||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+-rc\d+$/
|
- /^v\d+\.\d+\.\d+-rc\d+$/
|
||||||
|
- build-docker:
|
||||||
|
name: "Docker push (lotus-all-in-one / edge / calibnet)"
|
||||||
|
image: lotus-all-in-one
|
||||||
|
channel: master
|
||||||
|
network: calibnet
|
||||||
|
push: true
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
- build-docker:
|
- build-docker:
|
||||||
name: "Docker build (lotus-all-in-one / calibnet)"
|
name: "Docker build (lotus-all-in-one / calibnet)"
|
||||||
image: lotus-all-in-one
|
image: lotus-all-in-one
|
||||||
@ -1237,6 +1267,16 @@ workflows:
|
|||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+-rc\d+$/
|
- /^v\d+\.\d+\.\d+-rc\d+$/
|
||||||
|
- build-docker:
|
||||||
|
name: "Docker push (lotus-all-in-one / edge / debug)"
|
||||||
|
image: lotus-all-in-one
|
||||||
|
channel: master
|
||||||
|
network: debug
|
||||||
|
push: true
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
- build-docker:
|
- build-docker:
|
||||||
name: "Docker build (lotus-all-in-one / debug)"
|
name: "Docker build (lotus-all-in-one / debug)"
|
||||||
image: lotus-all-in-one
|
image: lotus-all-in-one
|
||||||
|
@ -798,6 +798,16 @@ workflows:
|
|||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+-rc\d+$/
|
- /^v\d+\.\d+\.\d+-rc\d+$/
|
||||||
|
- build-docker:
|
||||||
|
name: "Docker push (lotus-all-in-one / edge / [[.]])"
|
||||||
|
image: lotus-all-in-one
|
||||||
|
channel: master
|
||||||
|
network: [[.]]
|
||||||
|
push: true
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
- build-docker:
|
- build-docker:
|
||||||
name: "Docker build (lotus-all-in-one / [[.]])"
|
name: "Docker build (lotus-all-in-one / [[.]])"
|
||||||
image: lotus-all-in-one
|
image: lotus-all-in-one
|
||||||
|
Loading…
Reference in New Issue
Block a user