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

no unauthorized access on docker-repos to anybody

parent 043bf820
No related merge requests found
Pipeline #33 passed with stages
in 3 minutes and 5 seconds
......@@ -69,6 +69,7 @@ docker_build:
services:
- docker:dind
script:
- docker login --username ${DOCKER_USER} --password ${DOCKER_PASSWORD} https://services.ub.uni-leipzig.de:10443/
- 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}
......
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