Skip to content

Commit 2fea2cd

Browse files
committed
dbc: clarify double sign-in requirement
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent fb692c3 commit 2fea2cd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

content/manuals/build-cloud/builder-settings.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ internal package repositories for npm or PyPI, use [build secrets](/manuals/buil
7070
to authenticate during the build. For internal OCI registries, use `docker
7171
login` to authenticate before building.
7272

73-
Note that if you use a private registry that requires authentication, you will
74-
need to authenticate with `docker login` twice before building. This is because
75-
the cloud builder needs to authenticate with Docker to use the cloud builder,
76-
and then again to authenticate with the private registry.
73+
If you use a private registry that requires authentication, you need to
74+
authenticate twice before building: once to Docker Hub (to access Docker Build
75+
Cloud), and once to your private registry (to push/pull images).
7776

7877
```console
7978
$ echo $DOCKER_PAT | docker login docker.io -u <username> --password-stdin

0 commit comments

Comments
 (0)