From 0711573f4e8520e1dc1c10b0a2be9922951b26bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sun, 3 Apr 2022 04:06:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39f2280..1c9770e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,15 @@ image: docker:18-git +variables: + DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" + DOCKER_HOST: tcp://localhost:2375 + stages: - build - push +services: + - docker:18-dind before_script: - echo -n $HARBOR_TOKEN | docker login -u $HARBOR_USER --password-stdin $HARBOR_REGISTRY