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

Merged
gitea-sonarqube-bot merged 14 commits from docker-ovos-misc-modifications_2025-09-01T15-10-07 into main 2025-09-01 18:26:24 -04:00
Showing only changes of commit a377b3d1ee - Show all commits
+1
View File
@@ -215,6 +215,7 @@ jobs:
id: compose_file_list
run: |
compose_list=$(find . -type f -name "docker-compose*.yml" -a ! -name "*windows*" -a ! -name "*gui*" -a ! -name "*macos*" -a ! -name "*hivemind*" -a ! -name "*server*" | sed -e ':a;N;$!ba;s/[\r\n]/ -f /g')
echo ${compose_list}
echo "$compose_list" >> "$GITHUB_OUTPUT"
- name: Docker Compose Dry Run