Testing new Docker Compose deploy action.
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 11s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 8s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Successful in 25s

This commit is contained in:
2025-09-01 17:53:44 -04:00
parent a6e0535cdf
commit 292365d4d2
2 changed files with 96 additions and 2 deletions
+2 -2
View File
@@ -220,13 +220,13 @@ jobs:
-a ! -name "*macos*" \
-a ! -name "*hivemind*" \
-a ! -name "*server*" \
| sed -e ':a;N;$!ba;s/[\r\n]/ -f /g')
| sed -e ':a;N;$!ba;s/[\r\n]/ /g')
echo "compose_list=$compose_list" >> "$GITHUB_OUTPUT"
echo "Compose files: $compose_list"
- name: Docker Compose Dry Run
uses: cssnr/stack-deploy-action@v1.3.2
uses: cssnr/stack-deploy-action@files
with:
mode: compose
file: ${{ steps.compose_file_list.outputs.compose_list }}