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
|
||||||
#################################################################
|
#################################################################
|
||||||
.docker-build:
|
.docker-build:
|
||||||
|
image: gitlab/dind
|
||||||
stage: docker-build
|
stage: docker-build
|
||||||
|
|
||||||
.docker-setup:
|
.docker-setup:
|
||||||
image: docker:latest
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@ -136,6 +136,7 @@ docker-build-be:
|
|||||||
# DOCKER-PUSH
|
# DOCKER-PUSH
|
||||||
#################################################################
|
#################################################################
|
||||||
.docker-push:
|
.docker-push:
|
||||||
|
image: docker:latest
|
||||||
stage: docker-push
|
stage: docker-push
|
||||||
|
|
||||||
docker-push-fe:
|
docker-push-fe:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user