[glib: 1/2] ci: Fix Docker image version
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] ci: Fix Docker image version
- Date: Mon, 29 Oct 2018 14:51:02 +0000 (UTC)
commit 304f84ba460dd7c1aaca0cf3eb9e6e88b5e30d93
Author: Philip Withnall <withnall endlessm com>
Date: Mon Oct 29 13:30:28 2018 +0000
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>
.gitlab-ci.yml | 2 +-
.gitlab-ci/run-docker.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5738014a3..7923fb506 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/glib/master:v8
+image: registry.gitlab.gnome.org/gnome/glib/master:v9
stages:
- build
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 33df42453..42d953857 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -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" .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]