Docker Compose action fix for deployment.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user