From 87ef501eacd66d7166183d20d84e33de022f7002 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 3 Mar 2020 09:07:54 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/docker/using_docker_images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ci/docker/using_docker_images.md') diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md index 777174eb280..32faa128e6b 100644 --- a/doc/ci/docker/using_docker_images.md +++ b/doc/ci/docker/using_docker_images.md @@ -693,7 +693,7 @@ To configure credentials store, follow these steps: } ``` - - Or, if you are running self-hosted Runners, add the above JSON to + - Or, if you are running self-managed Runners, add the above JSON to `${GITLAB_RUNNER_HOME}/.docker/config.json`. GitLab Runner will read this config file and will use the needed helper for this specific repository. @@ -726,7 +726,7 @@ To configure access for `aws_account_id.dkr.ecr.region.amazonaws.com`, follow th } ``` - - Or, if you are running self-hosted Runners, + - Or, if you are running self-managed Runners, add the above JSON to `${GITLAB_RUNNER_HOME}/.docker/config.json`. GitLab Runner will read this config file and will use the needed helper for this specific repository. -- cgit v1.2.3