[DOCKER] Automated PR for docker-ovos-misc-modifications_2025-09-01T15-10-07 - #3 #3

Merged
gitea-sonarqube-bot merged 17 commits from docker-ovos-misc-modifications_2025-09-01T15-10-07 into main 2025-09-02 06:31:30 -04:00
Showing only changes of commit 74fbe1d29c - Show all commits
+2 -2
View File
@@ -226,7 +226,7 @@ jobs:
echo "Compose files: $compose_list"
- name: Docker Compose Dry Run
uses: cssnr/stack-deploy-action@files
uses: cssnr/stack-deploy-action@1.4.0
with:
mode: compose
file: ${{ steps.compose_file_list.outputs.compose_list }}
@@ -337,7 +337,7 @@ jobs:
echo ${COMPOSE_FILE_LIST}
- name: Docker Compose Deployment
uses: cssnr/stack-deploy-action@files
uses: cssnr/stack-deploy-action@v1.4.0
with:
mode: compose
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}