From 37e570bc7b67ec74dd5199bd2bdf32339aebf306 Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Mon, 25 Apr 2022 09:47:17 +0200 Subject: [PATCH] try to fix the docker build pipeline without custom (insecure) runner on my laptop --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e57983..7d7cd42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,7 @@ build-custom-image: variables: IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:$CI_COMMIT_SHORT_SHA IMAGE_LATEST_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:latest + DOCKER_HOST: tcp://localhost:2375/ script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY -- GitLab