From: Mark Hansen Date: Sun, 28 Feb 2021 10:44:40 +0000 (+1100) Subject: Revert "Build docker images with buildkit" X-Git-Tag: 2.47.0~25^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cdd95b8776d54eb1a474e1d90f7f3b7e85a7e01;p=graphviz Revert "Build docker images with buildkit" This reverts commit e8c5df0ad943cf2ab1c657165900928c3f6f7d3b. Fixes #1963 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8716ebab0..667977190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -715,8 +715,8 @@ deployment: # fetches the :latest image (not failing if image is not found) for caching - docker pull $CI_REGISTRY_IMAGE/$IMAGE:latest || true # Build and push with git commit SHA tag, reusing layers from the :latest image if possible - - DOCKER_BUILDKIT=1 docker build -t $CI_REGISTRY_IMAGE/$IMAGE:$CI_COMMIT_SHA --cache-from $CI_REGISTRY_IMAGE/$IMAGE:latest -f ci/$IMAGE/Dockerfile --build-arg BUILDKIT_INLINE_CACHE=1 . - - docker push $CI_REGISTRY_IMAGE/$IMAGE:$CI_COMMIT_SHA + - docker build -t $CI_REGISTRY_IMAGE/$IMAGE:$CI_COMMIT_SHA --cache-from $CI_REGISTRY_IMAGE/$IMAGE:latest -f ci/$IMAGE/Dockerfile . + - docker push $CI_REGISTRY_IMAGE/$IMAGE:$CI_COMMIT_SHA .docker_push_template: &docker_push_definition <<: *docker_definition