Docker Compose action fix for deployment.

This commit is contained in:
2025-06-17 06:31:32 -04:00
parent 5caf9317d4
commit 08367b7b0b
@@ -336,7 +336,6 @@ jobs:
env: env:
DOCKER_HOST: tcp://dockerproxy:2375 DOCKER_HOST: tcp://dockerproxy:2375
with: with:
docker-flags: -H "$DOCKER_HOST"
services: ${{ needs.generate-service-list.outputs.svc_deploy_list }} services: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
up-flags: -d --remove-orphans up-flags: -d --remove-orphans
down-flags: --dry-run down-flags: --dry-run