Browse Source

Merge pull request #2087 from etkecc/patch-67

Update hookshot 2.1.0 -> 2.1.2
pull/2088/head
Slavi Pantaleev 3 years ago
committed by GitHub
parent
commit
fc42425baf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-bridge-hookshot/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-hookshot/defaults/main.yml View File

@@ -10,7 +10,7 @@ matrix_hookshot_container_image_self_build: false
matrix_hookshot_container_image_self_build_repo: "https://github.com/matrix-org/matrix-hookshot.git"
matrix_hookshot_container_image_self_build_branch: "{{ 'main' if matrix_hookshot_version == 'latest' else matrix_hookshot_version }}"

matrix_hookshot_version: 2.1.0
matrix_hookshot_version: 2.1.2

matrix_hookshot_docker_image: "{{ matrix_hookshot_docker_image_name_prefix }}halfshot/matrix-hookshot:{{ matrix_hookshot_version }}"
matrix_hookshot_docker_image_name_prefix: "{{ 'localhost/' if matrix_hookshot_container_image_self_build else matrix_container_global_registry_prefix }}"


Loading…
Cancel
Save