Skip to content
Snippets Groups Projects
Unverified Commit 8d5e0699 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: registry usage

parent b9112085
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@
services:
- mariadb:10.2
variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-mysqlbackend-testenv:latest
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-mysqlbackend/testenv:latest
MYSQL_ROOT_PASSWORD: caosdb1234
image: $CI_REGISTRY_IMAGE
......@@ -61,7 +61,7 @@ build-testenv:
stage: setup
script:
- cd .docker
- docker login -u indiscale -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest...
- docker pull $CI_REGISTRY_IMAGE || true
- docker build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment