Skip to content
Snippets Groups Projects
Commit 043bf820 authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

unquoted username and password again

parent 842fb40c
Branches
Tags
No related merge requests found
Pipeline #32 failed with stages
in 2 minutes and 44 seconds
......@@ -69,7 +69,7 @@ docker_build:
services:
- docker:dind
script:
- docker login --username '${DOCKER_USER}' --password '${DOCKER_PASSWORD}' https://services.ub.uni-leipzig.de:11443/
- docker login --username ${DOCKER_USER} --password ${DOCKER_PASSWORD} https://services.ub.uni-leipzig.de:11443/
- docker build --no-cache --pull -t services.ub.uni-leipzig.de:11443/bdd_dev/dacap:latest .
- docker tag services.ub.uni-leipzig.de:11443/bdd_dev/dacap:latest services.ub.uni-leipzig.de:11443/bdd_dev/dacap:${CI_PIPELINE_ID}
- docker push services.ub.uni-leipzig.de:11443/bdd_dev/dacap:${CI_PIPELINE_ID}
......
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