Skip to content
Snippets Groups Projects
Commit ed88e0a4 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

correcting link to docker container repo

Former-commit-id: f588acff3882c502a70b9ab3e2ebe3d29761de14 [formerly 8807a43fb8cf46748888df3118e1ce596b2b9c37]
Former-commit-id: cebca074a164898b5cb61de87a1d721fbe5872a0
parent f906fda0
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ deploy:dev:
- docker info
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- docker build -t gitlab.rrz.uni-hamburg.de:4567/groups/cosy-bio/drugst.one/backend:dev -f ./Dockerfile .
- docker push gitlab.rrz.uni-hamburg.de:4567/groups/cosy-bio/drugst.one/backend:dev
- docker build -t gitlab.rrz.uni-hamburg.de:4567/cosy-bio/drugst.one/backend:dev -f ./Dockerfile .
- docker push gitlab.rrz.uni-hamburg.de:4567/cosy-bio/drugst.one/backend:dev
dependencies:
- check:lint
- check:test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment