From c3588c0c666fd83b0687a8b8a9b1bbb3d28da665 Mon Sep 17 00:00:00 2001 From: Dzianis Bartashevich <bartashevich@av.it.pt> Date: Mon, 18 Mar 2019 09:47:23 +0000 Subject: [PATCH] change docker registry --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a2d5a7b..a5368e15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application. # Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml. # In this case we use the latest python docker image to build and test this project. -image: ska-registry.av.it.pt/ska-docker/tango-builder:latest +image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest variables: DOCKER_DRIVER: overlay2 -- GitLab