From b19c524a83641bfbc38e1e98c687892d608e4d90 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 17 Apr 2018 18:26:40 +0200 Subject: [PATCH] ci: move docker images to gitlab.gnome.org --- .gitlab-ci.yml | 2 +- .gitlab-ci/run-docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2e32a2dfa..d5498e04ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: lazka/gitlab-gtk-3-22:v1 +image: registry.gitlab.gnome.org/gnome/gtk/gtk-3-22:v2 stages: - build diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index 4b2fc0ae75..75a82ceb92 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -8,7 +8,7 @@ set -e -TAG="lazka/gitlab-gtk-3-22:v1" +TAG="registry.gitlab.gnome.org/gnome/gtk/gtk-3-22:v2" # HOST_USER_ID gets used to create a user with the same ID so that files # created in the mounted volume have the same owner