mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 05:41:37 +01:00
CI: manual image builds on all branches
This commit is contained in:
parent
5860c65540
commit
79eb73f223
1 changed files with 2 additions and 4 deletions
|
@ -70,13 +70,11 @@ docker_push:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- k8s-docker
|
- k8s-docker
|
||||||
|
when: manual
|
||||||
services:
|
services:
|
||||||
- docker:19-dind
|
- docker:19-dind
|
||||||
only:
|
only:
|
||||||
- master@satellite/ionosphere
|
- branches@satellite/ionosphere
|
||||||
- /^staging_.*/
|
|
||||||
- /^prod_.*/
|
|
||||||
- /^misc_.*/
|
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE: $API_IMAGE
|
- IMAGE: $API_IMAGE
|
||||||
|
|
Loading…
Add table
Reference in a new issue