mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Merge pull request #1697 from Sweeny42/master
Add check for ma1sd repo changes on image self build
This commit is contained in:
commit
3840e6ea6e
@ -87,6 +87,7 @@
|
|||||||
shell: "DOCKER_BUILDKIT=1 ./gradlew dockerBuild"
|
shell: "DOCKER_BUILDKIT=1 ./gradlew dockerBuild"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ matrix_ma1sd_docker_src_files_path }}"
|
chdir: "{{ matrix_ma1sd_docker_src_files_path }}"
|
||||||
|
when: matrix_ma1sd_git_pull_results.changed
|
||||||
|
|
||||||
- name: Ensure ma1sd Docker image is tagged correctly
|
- name: Ensure ma1sd Docker image is tagged correctly
|
||||||
docker_image:
|
docker_image:
|
||||||
|
Loading…
Reference in New Issue
Block a user