build: clean up remote auth example with secrets

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-07-03 10:42:10 +02:00
parent 08d7637ad5
commit 45e4bc37bd
1 changed files with 2 additions and 2 deletions

View File

@ -135,9 +135,9 @@ fails because the builder isn't authorized to pull the repository:
```console ```console
$ docker build https://gitlab.com/example/todo-app.git $ docker build https://gitlab.com/example/todo-app.git
[+] Building 0.4s (1/1) FINISHED [+] Building 0.4s (1/1) FINISHED
=> ERROR [internal] load git source https://gitlab.com/dvdk/todo-app.git => ERROR [internal] load git source https://gitlab.com/example/todo-app.git
------ ------
> [internal] load git source https://gitlab.com/dvdk/todo-app.git: > [internal] load git source https://gitlab.com/example/todo-app.git:
0.313 fatal: could not read Username for 'https://gitlab.com': terminal prompts disabled 0.313 fatal: could not read Username for 'https://gitlab.com': terminal prompts disabled
------ ------
``` ```