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

FIX: auth in registry

parent ef168317
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ build-testenv: ...@@ -121,7 +121,7 @@ build-testenv:
stage: setup stage: setup
script: script:
- df -h - df -h
- 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... # use here general latest or specific branch latest...
- docker build - docker build
--build-arg PYLIB=${PYLIB} --build-arg PYLIB=${PYLIB}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment