mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 09:30:39 +00:00
Fix self-building for synapse-admin
This commit is contained in:
parent
b627d93cdc
commit
6c85b84c1e
|
@ -24,7 +24,7 @@
|
|||
docker_image:
|
||||
name: "{{ matrix_synapse_admin_docker_image }}"
|
||||
source: build
|
||||
force_source: "{{ matrix_synapse_admin_git_pull_results }}"
|
||||
force_source: "{{ matrix_synapse_admin_git_pull_results.changed }}"
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
path: "{{ matrix_synapse_admin_docker_src_files_path }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user