ci: move docker images to gitlab.gnome.org

This commit is contained in:
Christoph Reiter 2018-04-17 18:26:40 +02:00
parent 16a6c39a9b
commit b19c524a83
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: lazka/gitlab-gtk-3-22:v1
image: registry.gitlab.gnome.org/gnome/gtk/gtk-3-22:v2
stages:
- build

View File

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