Add optional push to registry.
This commit is contained in:
parent
83053fff0f
commit
e743ecea47
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user