[DOCKER] Automated PR for docker-ovos-misc-modifications_2025-09-01T15-10-07 - #3 #3
@@ -226,7 +226,7 @@ jobs:
|
|||||||
echo "Compose files: $compose_list"
|
echo "Compose files: $compose_list"
|
||||||
|
|
||||||
- name: Docker Compose Dry Run
|
- name: Docker Compose Dry Run
|
||||||
uses: cssnr/stack-deploy-action@files
|
uses: cssnr/stack-deploy-action@1.4.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
||||||
@@ -337,7 +337,7 @@ jobs:
|
|||||||
echo ${COMPOSE_FILE_LIST}
|
echo ${COMPOSE_FILE_LIST}
|
||||||
|
|
||||||
- name: Docker Compose Deployment
|
- name: Docker Compose Deployment
|
||||||
uses: cssnr/stack-deploy-action@files
|
uses: cssnr/stack-deploy-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
mode: compose
|
mode: compose
|
||||||
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
||||||
|
|||||||
Reference in New Issue
Block a user