소스 검색

Merge pull request #1514 from rakshazi/patch-2

matrix-bot-honoroit: fix self-build
pull/1515/head
Slavi Pantaleev 4 년 전
committed by GitHub
부모
커밋
809cb4f4c0
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-bot-honoroit/defaults/main.yml

+ 1
- 1
roles/matrix-bot-honoroit/defaults/main.yml 파일 보기

@@ -9,7 +9,7 @@ matrix_bot_honoroit_docker_src_files_path: "{{ matrix_base_data_path }}/honoroit

matrix_bot_honoroit_version: v0.9.0
matrix_bot_honoroit_docker_image: "{{ matrix_bot_honoroit_docker_image_name_prefix }}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/etke.cc/' }}"
matrix_bot_honoroit_docker_image_name_prefix: "{{ 'localhost/' if matrix_bot_honoroit_container_self_build else 'registry.gitlab.com/etke.cc/' }}"
matrix_bot_honoroit_docker_image_force_pull: "{{ matrix_bot_honoroit_docker_image.endswith(':latest') }}"

matrix_bot_honoroit_base_path: "{{ matrix_base_data_path }}/honoroit"


불러오는 중...
취소
저장