Use more fully-qualified container images

This is both for consistency with 93cc71cb69976c
and for making things more obvious.
This commit is contained in:
Slavi Pantaleev
2020-11-14 22:53:23 +02:00
parent 5eed874199
commit ccabc82d4c
12 changed files with 20 additions and 20 deletions

View File

@ -3,7 +3,7 @@
matrix_bot_matrix_reminder_bot_enabled: true
matrix_bot_matrix_reminder_bot_docker_image: "anoa/matrix-reminder-bot:release-v0.2.0"
matrix_bot_matrix_reminder_bot_docker_image: "docker.io/anoa/matrix-reminder-bot:release-v0.2.0"
matrix_bot_matrix_reminder_bot_docker_image_force_pull: "{{ matrix_bot_matrix_reminder_bot_docker_image.endswith(':latest') }}"
matrix_bot_matrix_reminder_bot_base_path: "{{ matrix_base_data_path }}/matrix-reminder-bot"