Parcourir la source
Merge pull request #1697 from Sweeny42/master
Add check for ma1sd repo changes on image self build
pull/1701/head
Slavi Pantaleev
il y a 4 ans
committed by
GitHub
Parent
révision
3840e6ea6e
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
1 ajouts et
0 suppressions
-
roles/matrix-ma1sd/tasks/setup_install.yml
|
|
|
@@ -87,6 +87,7 @@ |
|
|
|
shell: "DOCKER_BUILDKIT=1 ./gradlew dockerBuild" |
|
|
|
args: |
|
|
|
chdir: "{{ matrix_ma1sd_docker_src_files_path }}" |
|
|
|
when: matrix_ma1sd_git_pull_results.changed |
|
|
|
|
|
|
|
- name: Ensure ma1sd Docker image is tagged correctly |
|
|
|
docker_image: |
|
|
|
|