|
|
@@ -13,7 +13,7 @@ matrix_rustpush_bridge_container_image_self_build_repo: "https://github.com/jaso |
|
|
matrix_rustpush_bridge_container_image_self_build_repo_version: "{{ 'master' if matrix_rustpush_bridge_version == 'latest' else matrix_rustpush_bridge_version }}" |
|
|
matrix_rustpush_bridge_container_image_self_build_repo_version: "{{ 'master' if matrix_rustpush_bridge_version == 'latest' else matrix_rustpush_bridge_version }}" |
|
|
|
|
|
|
|
|
# Adjust to pin to releases |
|
|
# Adjust to pin to releases |
|
|
matrix_rustpush_bridge_version: latest |
|
|
|
|
|
|
|
|
matrix_rustpush_bridge_version: v0.0.1 |
|
|
matrix_rustpush_bridge_docker_image: "{{ matrix_rustpush_bridge_docker_image_registry_prefix }}jasonlaguidice/imessage:{{ matrix_rustpush_bridge_version }}" |
|
|
matrix_rustpush_bridge_docker_image: "{{ matrix_rustpush_bridge_docker_image_registry_prefix }}jasonlaguidice/imessage:{{ matrix_rustpush_bridge_version }}" |
|
|
matrix_rustpush_bridge_docker_image_registry_prefix: "ghcr.io/" |
|
|
matrix_rustpush_bridge_docker_image_registry_prefix: "ghcr.io/" |
|
|
matrix_rustpush_bridge_docker_image_force_pull: "{{ matrix_rustpush_bridge_docker_image.endswith(':latest') }}" |
|
|
matrix_rustpush_bridge_docker_image_force_pull: "{{ matrix_rustpush_bridge_docker_image.endswith(':latest') }}" |
|
|
|