Explorar o código

Use proper image, and enable Docker in Docker for Dockerfile job on CI

timvisee %!s(int64=6) %!d(string=hai) anos
pai
achega
601034e87f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .gitlab-ci.yml

+ 4 - 0
.gitlab-ci.yml

@@ -220,8 +220,12 @@ release-docker:
     - /^v(\d+\.)*\d+$/
   dependencies:
     - build-x86_64-linux-musl
+  services:
+    - docker:dind
   variables:
     RUST_TARGET: x86_64-unknown-linux-musl
+    DOCKER_HOST: tcp://docker:2375
+    # DOCKER_DRIVER: overlay2
   before_script: []
   script:
     # Place binary in Docker directory, change to it