From 3f4c1d7b08bcf2ccc894a51a2553fb5ef279eaac Mon Sep 17 00:00:00 2001 From: Sebastian Karius <sebastian.karius@informatik.uni-halle.de> Date: Fri, 7 Mar 2025 10:18:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97f2df8..eb714c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,13 +14,14 @@ docker-build: variables: DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "" - DOCKER_BUILDKIT: 1 - COMPOSE_DOCKER_CLI_BUILD: 1 + #DOCKER_BUILDKIT: 1 + #COMPOSE_DOCKER_CLI_BUILD: 1 before_script: - docker info - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: - - docker compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1 + #- docker compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1 + - docker compose build --pull --no-cache - docker compose push helm-package: -- GitLab