Update .gitlab-ci.yml
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:18.09-dind
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@@ -20,6 +20,8 @@ before_script:
|
|||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
services:
|
||||||
|
- docker:18.09-dind
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker build -t $IMAGE_TAG ./Docker/
|
- docker build -t $IMAGE_TAG ./Docker/
|
||||||
|
|||||||
Reference in New Issue
Block a user