Added env for docker_host in step (not even sure if that's a thing).
This commit is contained in:
@@ -94,6 +94,8 @@ jobs:
|
||||
with:
|
||||
compose-file: "./docker-compose.yml"
|
||||
up-flags: --dry-run
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
# Job 3: Merge PR if Quality Gate passes
|
||||
# dry-run-merge-pr:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user