|
|
@ -30,7 +30,7 @@
|
|
|
|
git:
|
|
|
|
git:
|
|
|
|
repo: "{{ matrix_coturn_container_image_self_build_repo }}"
|
|
|
|
repo: "{{ matrix_coturn_container_image_self_build_repo }}"
|
|
|
|
dest: "{{ matrix_coturn_docker_src_files_path }}"
|
|
|
|
dest: "{{ matrix_coturn_docker_src_files_path }}"
|
|
|
|
version: "{{ matrix_coturn_docker_image.split(':')[1] }}"
|
|
|
|
version: "{{ matrix_coturn_container_image_self_build_repo_version }}"
|
|
|
|
force: "yes"
|
|
|
|
force: "yes"
|
|
|
|
register: matrix_coturn_git_pull_results
|
|
|
|
register: matrix_coturn_git_pull_results
|
|
|
|
|
|
|
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
source: build
|
|
|
|
source: build
|
|
|
|
force_source: "{{ matrix_coturn_git_pull_results.changed }}"
|
|
|
|
force_source: "{{ matrix_coturn_git_pull_results.changed }}"
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
dockerfile: "{{ matrix_coturn_container_image_self_build_repo_dockerfile_path }}"
|
|
|
|
path: "{{ matrix_coturn_docker_src_files_path }}"
|
|
|
|
path: "{{ matrix_coturn_docker_src_files_path }}"
|
|
|
|
pull: yes
|
|
|
|
pull: yes
|
|
|
|
when: "matrix_coturn_container_image_self_build|bool"
|
|
|
|
when: "matrix_coturn_container_image_self_build|bool"
|
|
|
|