ci: Fix Docker image version

Someone uploaded a v9 image to the registry without updating the CI
YAML.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-10-29 13:30:28 +00:00
parent 7c09bcb3d5
commit 304f84ba46
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/glib/master:v8
image: registry.gitlab.gnome.org/gnome/glib/master:v9
stages:
- build

View File

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