mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
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:
parent
7c09bcb3d5
commit
304f84ba46
@ -1,4 +1,4 @@
|
||||
image: registry.gitlab.gnome.org/gnome/glib/master:v8
|
||||
image: registry.gitlab.gnome.org/gnome/glib/master:v9
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
@ -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" .
|
||||
|
Loading…
Reference in New Issue
Block a user