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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e83e21c..03eaba95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ include:
- '/ci/danger-review.yml'
default:
- image: registry.gitlab.com/gitlab-org/gitlab-docs:base
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/base:alpine-3.16-ruby-2.7.6-0bc327a4
tags:
- gitlab-org
# Check Ruby, RubyGems, and Bundler versions and install gems
@@ -185,7 +185,7 @@ workflow:
###############################################
.build_base:
- image: registry.gitlab.com/gitlab-org/gitlab-docs:bootstrap
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/base:alpine-3.16-ruby-2.7.6-0bc327a4
stage: build
extends:
- .cache_gem_yarn
@@ -240,7 +240,7 @@ compile_dev:
# Test internal links and anchors with nanoc
#
test_internal_links_and_anchors:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.15-ruby-2.7.5-cee62c13
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
extends:
- .rules_site_tests
- .cache_gem
@@ -385,7 +385,7 @@ test_EOL_whitespace:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.15-ruby-2.7.5-cee62c13
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
needs: []
before_script: []
dependencies: []
@@ -402,7 +402,7 @@ test_unlinked_images:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.15-ruby-2.7.5-cee62c13
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
needs: []
before_script: []
dependencies: []