From 959022d39bbf8f08472428659f3f42c442ada67c Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Wed, 5 Jul 2023 11:09:02 +0100 Subject: [PATCH] Update scout/ci.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- scout/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scout/ci.md b/scout/ci.md index 9856b3154d..41a7195e1c 100644 --- a/scout/ci.md +++ b/scout/ci.md @@ -182,7 +182,7 @@ docker-build: - docker login -u "$DOCKER_HUB_USER" -p "$DOCKER_HUB_PAT" ``` -This sets up the workflow to build Docker images with GitLabs's +This sets up the workflow to build Docker images with GitLab's "Docker-in-Docker" mode to run Docker inside a container. It then downloads curl and the Docker CLI and logs into the Gitlab CI registry