Add feature push to registry.
This commit is contained in:
parent
32683d81c6
commit
ec3f0e3c38
@ -14,5 +14,7 @@
|
||||
repo_name: "{{ REPO_NAME }}"
|
||||
name: "{{ IMAGE_NAME }}"
|
||||
result_var: build_result
|
||||
push: "{{ push | default(False) | bool }}"
|
||||
push_dest: "{{ private_registry_domain | default('') }}"
|
||||
|
||||
- debug: var=build_result
|
||||
|
Loading…
Reference in New Issue
Block a user