Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc691b94 authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix Docker dind

parent 17402abb
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ build_image:
  stage: build
  image: docker:git
  services:
    - docker:dind
    - docker:18-dind
  script:
    - docker pull $CONTAINER_IMAGE:$CI_COMMIT_REF_NAME || true
    - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.e.foundation:5000