diff --git a/tasks/main.yml b/tasks/main.yml index 9fd5535..7f205c8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,6 +20,9 @@ path: "{{ image.repo_url }}" build: force_rm: true + push: "{{ image.push | default(False) | bool }}" + push_args: + dest: "{{ image.push_dest | default('') }}" become: true register: result