Update .gitlab-ci.yml

This commit is contained in:
Administrator 2021-06-03 12:29:41 +00:00
parent f89044c020
commit 337f1c224e

View File

@ -2,6 +2,8 @@
docker-build:
# Official docker image.
image: docker:20.10.6
variables:
DOCKER_TLS_CERTDIR: "/certs"
stage: build
tags:
- docker
@ -19,6 +21,8 @@ docker-build:
docker-build-master:
# Official docker image.
image: docker:20.10.6
variables:
DOCKER_TLS_CERTDIR: "/certs"
stage: build
tags:
- docker