From e2ee1eec50aa8df8543d7ecc585ec0ba5ee544ac Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 8 Apr 2020 03:09:31 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/docker/using_docker_images.md | 2 +- doc/ci/variables/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ci') diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md index b371a74bd71..90e5c77063e 100644 --- a/doc/ci/docker/using_docker_images.md +++ b/doc/ci/docker/using_docker_images.md @@ -532,7 +532,7 @@ runtime. There are two approaches that you can take in order to access a private registry. Both require setting the environment variable -`DOCKER_AUTH_CONFIG` with appropriate authentication info. +`DOCKER_AUTH_CONFIG` with appropriate authentication information. 1. Per-job: To configure one job to access a private registry, add `DOCKER_AUTH_CONFIG` as a job variable. diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 81b9cd8bece..afa2e247679 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -453,7 +453,7 @@ pass CI variables to the running application by prefixing the key of the variable with `K8S_SECRET_`. These [prefixed -variables](../../topics/autodevops/index.md#application-secret-variables) will +variables](../../topics/autodevops/customize.md#application-secret-variables) will then be available as environment variables on the running application container. -- cgit v1.2.1