[gobject-introspection/ebassi/issue-414] ci: Update the Docker images
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/ebassi/issue-414] ci: Update the Docker images
- Date: Tue, 11 Jan 2022 16:20:08 +0000 (UTC)
commit 18ad729f3bab49d52d3c7ffbd8982c53b168fdd6
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Jan 11 16:19:38 2022 +0000
ci: Update the Docker images
.gitlab-ci.yml | 4 ++--
.gitlab-ci/run-docker-minimal.sh | 2 +-
.gitlab-ci/run-docker.sh | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f455f50..55d05682 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
- build
- deploy
-image: registry.gitlab.gnome.org/gnome/gobject-introspection:v9
+image: registry.gitlab.gnome.org/gnome/gobject-introspection:v10
cache:
paths:
@@ -71,7 +71,7 @@ fedora-x86_64-meson:
- public
fedora-x86_64-subprojects:
- image: registry.gitlab.gnome.org/gnome/gobject-introspection:min-v2
+ image: registry.gitlab.gnome.org/gnome/gobject-introspection:min-v3
stage: build
variables:
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
diff --git a/.gitlab-ci/run-docker-minimal.sh b/.gitlab-ci/run-docker-minimal.sh
index ffb8bf52..b56f3485 100755
--- a/.gitlab-ci/run-docker-minimal.sh
+++ b/.gitlab-ci/run-docker-minimal.sh
@@ -16,7 +16,7 @@ fi
set -e
REGISTRY="registry.gitlab.gnome.org/gnome/gobject-introspection"
-TAG="${REGISTRY}:min-v2"
+TAG="${REGISTRY}:min-v3"
${CMD} build \
${format} \
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 8c11a379..361878c5 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -16,7 +16,7 @@ fi
set -e
REGISTRY="registry.gitlab.gnome.org/gnome/gobject-introspection"
-TAG="${REGISTRY}:v9"
+TAG="${REGISTRY}:v10"
${CMD} build \
${format} \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]