Explorar el Código

Add v0.0.1 version tag for MDAD

pull/5289/head
jasonlaguidice hace 2 meses
padre
commit
3b2f5bd61f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-rustpush/defaults/main.yml Ver fichero

@@ -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 }}"

# 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_registry_prefix: "ghcr.io/"
matrix_rustpush_bridge_docker_image_force_pull: "{{ matrix_rustpush_bridge_docker_image.endswith(':latest') }}"


Cargando…
Cancelar
Guardar