Commit 76a71d5

mo khan <mo.khan@gmail.com>
2019-09-02 21:06:08
move dind service to jobs that require it
1 parent 659d82d
.gitlab/ci/build.gitlab-ci.yml
@@ -1,5 +1,7 @@
 build-image:
   image: docker:stable
+  services:
+    - docker:stable-dind
   stage: build
   script:
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
.gitlab/ci/release.gitlab-ci.yml
@@ -16,6 +16,8 @@ tarball:
 
 publish-image:
   image: docker:stable
+  services:
+    - docker:stable-dind
   variables:
     GIT_STRATEGY: none
   stage: release