From eb7a97ad4c5751e5f48a2ad2d3fc1a0efcf8933b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 19 Jan 2022 14:31:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 776bf47..bab25ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,9 @@ stages: - build - push -variables: - # fill those if you have a proxy in your environment - http_proxy: "" - https_proxy: "" - no_proxy: "" - # Use this if your GitLab runner does not use socket binding # services: -# - docker:dind + - docker:dind before_script: # docker login asks for the password to be passed through stdin for security @@ -33,9 +27,6 @@ Build: - > docker build --pull - --build-arg http_proxy=$http_proxy - --build-arg https_proxy=$https_proxy - --build-arg no_proxy=$no_proxy --cache-from $CI_REGISTRY_IMAGE:latest --label "org.opencontainers.image.title=$CI_PROJECT_TITLE" --label "org.opencontainers.image.url=$CI_PROJECT_URL"