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

FIX: registry usage

parent 560ccdc1
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
variables: variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-webui-testenv CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-webui/testenv
# When using dind, it's wise to use the overlayfs driver for # When using dind, it's wise to use the overlayfs driver for
# improved performance. # improved performance.
...@@ -78,7 +78,7 @@ build-testenv: ...@@ -78,7 +78,7 @@ build-testenv:
stage: setup stage: setup
script: script:
- cd test/docker - cd test/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... # use here general latest or specific branch latest...
- docker pull $CI_REGISTRY_IMAGE:latest || true - docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build - docker build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment