CI: manual image builds on all branches

This commit is contained in:
nitramiz 2021-07-16 07:27:45 -07:00 committed by Blockstream Satellite
parent 5860c65540
commit 79eb73f223

View file

@ -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