Skip to content
Snippets Groups Projects
Commit c381abee authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: use regular docker login

parent 6639397f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !706. Comments created here will be created in the context of that merge request.
......@@ -145,9 +145,7 @@ version:
${GH_REGISTRY} ;
fi ;
if [[ -n "${CI_REGISTRY}" ]] ; then
./gitlab-ci/docker_login.sh -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD}
-n ${DOCKER_NTRIES} -t ${DOCKER_WAIT_TIME}
${CI_REGISTRY} ;
docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} ;
fi ;
fi
after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment