Skip to content
Snippets Groups Projects

Update the docker images source

Closed Simon Malesys requested to merge (removed):smalesys-master-patch-72752 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -116,10 +116,10 @@ variables:
DOCKER_HOST: tcp://localhost:2375/
services:
- docker:dind
- registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:dind
build:
image: docker:latest
image: registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:latest
stage: build
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
Loading