From 14dd773d5cedd6ecca622dd029b2716eeb8be115 Mon Sep 17 00:00:00 2001 From: bacon Date: Thu, 21 Mar 2024 18:37:56 +0300 Subject: [PATCH] docker --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b407c0..06b9a90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,7 +90,7 @@ Build: # the built image is tagged locally with the commit SHA, and then pushed to # the GitLab registry - > - docker build + DOCKER_BUILDKIT=1 docker build --pull --label "org.opencontainers.image.title=$CI_PROJECT_TITLE" --label "org.opencontainers.image.url=$CI_PROJECT_URL"