From 979713981da64242c1c3de62c4d109095db22297 Mon Sep 17 00:00:00 2001 From: The17thDoctor <40616434+The17thDoctor@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:18:12 +0100 Subject: [PATCH] Rajout insecure dans la pipeline --- pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index 14b12b6..1db7769 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -13,4 +13,5 @@ steps: password: from_secret: REGISTRY_PASSWORD repo: registry.luna-code.net/portfolio - registry: registry.luna-code.net \ No newline at end of file + registry: registry.luna-code.net + insecure: true \ No newline at end of file