ci: move the docker image to gitlab.gnome.org
authorChristoph Reiter <creiter@src.gnome.org>
Tue, 17 Apr 2018 17:09:16 +0000 (19:09 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Tue, 17 Apr 2018 17:09:34 +0000 (19:09 +0200)
.gitlab-ci.yml
.gitlab-ci/run-docker.sh

index 9e0910a92870c4bd75d512a1818553cddf53777e..bdc6a4065cbfba8d1bb472b6319fc364646aaa30 100644 (file)
@@ -12,7 +12,7 @@ stages:
     - subprojects/pango/
 
 fedora-x86_64:
-  image: ebassi/gitlab-gtk:latest
+  image: registry.gitlab.gnome.org/gnome/gtk/master:v1
   stage: build
   script:
     - bash -x ./.gitlab-ci/test-docker.sh
index 85c012d30a0f709d26372450159f7f1841498851..c7298bae30b3e63cca5255b8a8286d56acd326d1 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-TAG="ebassi/gitlab-gtk:latest"
+TAG="registry.gitlab.gnome.org/gnome/gtk/master:v1"
 
 sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
     --file "Dockerfile" .