|
|
|
@@ -10,7 +10,7 @@ matrix_go_skype_bridge_container_image_self_build_branch: "{{ 'master' if matrix |
|
|
|
|
|
|
|
matrix_go_skype_bridge_version: latest |
|
|
|
matrix_go_skype_bridge_docker_image: "{{ matrix_go_skype_bridge_docker_image_name_prefix }}nodefyme/go-skype-bridge:{{ matrix_go_skype_bridge_version }}" |
|
|
|
matrix_go_skype_bridge_docker_image_name_prefix: "localhost/" |
|
|
|
matrix_go_skype_bridge_docker_image_name_prefix: "{{ 'localhost/' if matrix_go_skype_bridge_container_image_self_build else matrix_container_global_registry_prefix }}" |
|
|
|
matrix_go_skype_bridge_docker_image_force_pull: "{{ matrix_go_skype_bridge_docker_image.endswith(':latest') }}" |
|
|
|
|
|
|
|
matrix_go_skype_bridge_base_path: "{{ matrix_base_data_path }}/go-skype-bridge" |
|
|
|
|