Update .gitlab-ci.yml file

This commit is contained in:
2021-03-03 01:10:18 +00:00
parent b24144cb4b
commit 9913d0bcb3

View File

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