mirror of https://github.com/docker/docs.git
build: clean up remote auth example with secrets
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
08d7637ad5
commit
45e4bc37bd
|
|
@ -135,9 +135,9 @@ fails because the builder isn't authorized to pull the repository:
|
|||
```console
|
||||
$ docker build https://gitlab.com/example/todo-app.git
|
||||
[+] 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
|
||||
------
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue