Skip to content
Snippets Groups Projects
Commit 0a18d4e2 authored by David Mendez's avatar David Mendez
Browse files

CI: Debug docker auth

parent 6afeb15c
No related branches found
No related tags found
1 merge request!3Add first mockup of the chemical probe report card
......@@ -42,7 +42,6 @@ build:
- ls -lah ~ || true
- docker info
- docker version # verify docker cli is there. Also prints server info
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- echo building ${SERVER_IMAGE_TAG}
- docker build --tag ${SERVER_IMAGE_TAG} .
- docker push ${SERVER_IMAGE_TAG}
......
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