docker-build cannt execute docker-compose;
This commit is contained in:
parent
5320763ca4
commit
47d9deb011
@ -99,10 +99,10 @@ test_fe:
|
||||
# DOCKER-BUILD
|
||||
#################################################################
|
||||
.docker-build:
|
||||
image: gitlab/dind
|
||||
stage: docker-build
|
||||
|
||||
.docker-setup:
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
@ -136,6 +136,7 @@ docker-build-be:
|
||||
# DOCKER-PUSH
|
||||
#################################################################
|
||||
.docker-push:
|
||||
image: docker:latest
|
||||
stage: docker-push
|
||||
|
||||
docker-push-fe:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user