ci: move the docker image to gitlab.gnome.org

This commit is contained in:
Christoph Reiter 2018-04-17 19:09:16 +02:00
parent 8570d33e08
commit 5b2153ad38
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -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" .