use docker volume
All checks were successful
Deploy Containers / Prepare (push) Successful in 32s

This commit is contained in:
2025-12-22 11:23:05 -05:00
parent 68965215b7
commit af42ecc081
2 changed files with 7 additions and 1 deletions

View File

@@ -12,6 +12,11 @@
dest: "{{ build.git.dest }}"
when: build is defined
- name: Create Docker volume
docker_volume:
name: "{{ volume_name }}"
when: volume_name is defined
- name: Build Docker Image
docker_image:
name: "{{ image.name }}"