mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +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:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
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}" \
|
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
|
||||||
--file "Dockerfile" .
|
--file "Dockerfile" .
|
||||||
|
Loading…
Reference in New Issue
Block a user