diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-11-05 21:18:40 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-11-05 21:18:40 +0100 |
commit | 3f9e2ec3c0e735c3e2f9de5abba46fe3a0f4509a (patch) | |
tree | c43ca679f9b9a7861a73fd36bf09246c9800d06e /.gitlab-ci | |
parent | 4e57b5a95059c04ab198627318d1d2d905e5c1fd (diff) | |
download | gobject-introspection-3f9e2ec3c0e735c3e2f9de5abba46fe3a0f4509a.tar.gz |
docker: add a separate docker image for the stable branch
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/run-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index 77eff633..54855d30 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:v1" +TAG="registry.gitlab.gnome.org/gnome/gobject-introspection/3.30:v1" sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \ --file "Dockerfile" . |