From 45e4bc37bdd38f4c0454ea5ada3e4c030a6fc12f Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:42:10 +0200 Subject: [PATCH] build: clean up remote auth example with secrets Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/building/secrets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ------ ```