Update .gitlab-ci.yml

This commit is contained in:
2019-07-27 18:56:06 +00:00
parent c0e37ab965
commit 27b850f697

View File

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