[DOCKER] Automated PR for docker-compose-deploy-action-fix_2025-06-16T08-19-50 - #76 #76
@@ -154,7 +154,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
with:
|
with:
|
||||||
docker-flags: -H ${DOCKER_HOST}
|
docker-flags: -H $DOCKER_HOST
|
||||||
services: ${{ steps.modded_svcs.outputs.rinoa_svcs }}
|
services: ${{ steps.modded_svcs.outputs.rinoa_svcs }}
|
||||||
up-flags: -d --remove-orphans --dry-run
|
up-flags: -d --remove-orphans --dry-run
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
|
|||||||
Reference in New Issue
Block a user