Skip to content

Commit c6d23bd

Browse files
committed
mount named pipeline and use as docker host, update .github/workflows/build-nabla.yml
1 parent add176b commit c6d23bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-nabla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
--env-file .\docker\ninja.env `
6969
--name orphan `
7070
-v "${{ github.workspace }}:${{ env.mount }}" `
71+
-v "${pipeHost}:\\.\pipe\dockerd" -e "DOCKER_HOST=npipe:////./pipe/dockerd" `
7172
-w "${{ env.mount }}" `
7273
"${{ env.image }}:${{ matrix.tag }}" `
7374
${{ env.cmd }}

0 commit comments

Comments
 (0)