From fae8a6b61becf6ce8478cbbb6e72eba6e5327b2a Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 20 Oct 2024 23:17:58 +0200 Subject: [PATCH] Add registry login to build_image.yml. --- build_image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_image.yml b/build_image.yml index 7493603..20baba5 100644 --- a/build_image.yml +++ b/build_image.yml @@ -16,5 +16,7 @@ result_var: build_result push: "{{ push | default(False) | bool }}" push_dest: "{{ private_registry_domain | default('') }}" + push_user: "{{ private_registry_user | default('') }}" + push_pwd: "{{ private_registry_pwd | default('') }}" - debug: var=build_result