summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-05-19 17:28:18 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2020-05-19 17:28:18 +0000
commite7c17469ef3eb1c3a1c4c717800c277ee231405c (patch)
treeded880d363b68b970612eb08a05c9af001f7ed62 /.gitlab-ci/run-docker.sh
parenta943f572dd2de0ed8ca438702ad2ba8ef80d7934 (diff)
parent1460c2d100a2f066831cbc60c5203e13c6076ae5 (diff)
downloadgobject-introspection-e7c17469ef3eb1c3a1c4c717800c277ee231405c.tar.gz
Merge branch 'ci-build-examples' into 'master'
CI: add two jobs building a project using g-i with meson and autotools Closes #341 See merge request GNOME/gobject-introspection!223
Diffstat (limited to '.gitlab-ci/run-docker.sh')
-rwxr-xr-x.gitlab-ci/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 5d29002c..8e6a04ab 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/gobject-introspection:v6"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v7"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .