Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# This file is a template, and might need editing before it works on your project.
|
# This file is a template, and might need editing before it works on your project.
|
||||||
docker-build-master:
|
docker-build-master:
|
||||||
# Official docker image.
|
# Official docker image.
|
||||||
image: docker:18.09-dind
|
image: docker:18.09.7-dind
|
||||||
services:
|
services:
|
||||||
- docker:18.09-dind
|
- docker:18.09.7-dind
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://localhost:2375
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
|
|||||||
Reference in New Issue
Block a user