Olivier Massot 7 tháng trước cách đây
mục cha
commit
62c959568f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .gitlab-ci.yml

+ 2 - 1
.gitlab-ci.yml

@@ -8,6 +8,7 @@ variables:
   SSH_PRIVATE_KEY: $SSH_PRIVATE_KEY
   XDEBUG_MODE: coverage
   DOCKER_BUILDKIT: 1
+  DOCKER_TLS_CERTDIR: "/certs"
 
 cache:
   paths:
@@ -26,7 +27,7 @@ build_image:
   stage: build
   image: docker:28.1
   services:
-    - docker:dind
+    - docker::28.1-dind
   variables:
     DOCKER_TLS_CERTDIR: ""
     DOCKER_DEBUG: 1