diff --git a/content/build/building/secrets.md b/content/build/building/secrets.md index 27fc85cb61..35a2b0698c 100644 --- a/content/build/building/secrets.md +++ b/content/build/building/secrets.md @@ -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 ------ ```