Merge branch 'stable-ci' into 'glib-2-58'

ci: Use a docker image for stable branch

See merge request GNOME/glib!346
This commit is contained in:
Xavier Claessens 2018-09-28 14:30:49 +00:00
commit a579ac9c14
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/glib/master:v7
image: registry.gitlab.gnome.org/gnome/glib/2-58:v1
stages:
- build

View File

@ -2,7 +2,7 @@
set -e
TAG="registry.gitlab.gnome.org/gnome/glib/master:v7"
TAG="registry.gitlab.gnome.org/gnome/glib/2-58:v1"
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .