Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-06 08:54:48 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-06 08:54:48 +0300
commit1a1bfa06762f7c80c0a74c99dfc98030a80d36eb (patch)
tree607d7d548347e8d16a05b94fd1d184a0a11283dc
parent236ebe4b688031cfec4dd22efa8ebc339716c887 (diff)
ci: Migrate to new GitLab build images
The tags generated for GitLab build images have changed a bit due to an upstream refactoring of how these images are built [1]. Migrate to the new format. [1]: https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/460
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f14361e56..ec7dfc187 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
- qa
default:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.33-postgresql-11
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-postgresql-11:git-2.33
tags:
- gitlab-org