mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-24 15:51:31 +02:00
Compare commits
4 Commits
570582b30b
...
ba04bace6d
Author | SHA1 | Date | |
---|---|---|---|
|
ba04bace6d | ||
|
b5de934ccb | ||
|
af089b89d1 | ||
|
880daf55af |
@@ -21,7 +21,7 @@ matrix_bot_honoroit_docker_repo_version: "{{ matrix_bot_honoroit_version }}"
|
||||
matrix_bot_honoroit_docker_src_files_path: "{{ matrix_base_data_path }}/honoroit/docker-src"
|
||||
|
||||
# renovate: datasource=docker depName=registry.gitlab.com/etke.cc/honoroit
|
||||
matrix_bot_honoroit_version: v0.9.23
|
||||
matrix_bot_honoroit_version: v0.9.24
|
||||
matrix_bot_honoroit_docker_image: "{{ matrix_bot_honoroit_docker_image_name_prefix }}etke.cc/honoroit:{{ matrix_bot_honoroit_version }}"
|
||||
matrix_bot_honoroit_docker_image_name_prefix: "{{ 'localhost/' if matrix_bot_honoroit_container_image_self_build else 'registry.gitlab.com/' }}"
|
||||
matrix_bot_honoroit_docker_image_force_pull: "{{ matrix_bot_honoroit_docker_image.endswith(':latest') }}"
|
||||
|
@@ -10,7 +10,7 @@ matrix_bot_postmoogle_docker_repo_version: "{{ 'main' if matrix_bot_postmoogle_v
|
||||
matrix_bot_postmoogle_docker_src_files_path: "{{ matrix_base_data_path }}/postmoogle/docker-src"
|
||||
|
||||
# renovate: datasource=docker depName=registry.gitlab.com/etke.cc/postmoogle
|
||||
matrix_bot_postmoogle_version: v0.9.19
|
||||
matrix_bot_postmoogle_version: v0.9.20
|
||||
matrix_bot_postmoogle_docker_image: "{{ matrix_bot_postmoogle_docker_image_name_prefix }}etke.cc/postmoogle:{{ matrix_bot_postmoogle_version }}"
|
||||
matrix_bot_postmoogle_docker_image_name_prefix: "{{ 'localhost/' if matrix_bot_postmoogle_container_image_self_build else 'registry.gitlab.com/' }}"
|
||||
matrix_bot_postmoogle_docker_image_force_pull: "{{ matrix_bot_postmoogle_docker_image.endswith(':latest') }}"
|
||||
|
Reference in New Issue
Block a user