.gitlab-ci.yml: add docker:dind service
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
parent
f9a269de95
commit
452e1a6442
@ -22,6 +22,8 @@ build-src:
|
|||||||
build-docker:
|
build-docker:
|
||||||
stage: build-docker
|
stage: build-docker
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
script:
|
script:
|
||||||
- docker build -t commento-ce .
|
- docker build -t commento-ce .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user