Skip to content
Snippets Groups Projects
Verified Commit 40200fec authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

:green_heart: Fix docker login

parent 6c89d09c
Branches
No related merge requests found
Pipeline #78105 failed with stages
in 5 seconds
......@@ -7,7 +7,7 @@ variables:
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY/docker/python3.9-ci:latest
before_script:
- docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY
- echo $CI_DEPLOY_PASSWORD | docker login -u $CI_DEPLOY_USER --password-stdin $CI_REGISTRY
b:docker:
image: docker:20.10
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment