Skip to content

Commit 51b23c5

Browse files
committed
Driver opts syntax error
1 parent ce75a04 commit 51b23c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-neurodesktop-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
6262
#change to if else later, this is for testing the arc runners.
6363
with:
64-
driver-opts: network.mtu=1400
64+
driver-opts: |
65+
network.mtu=1400
6566
- name: Login to GHCR
6667
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
6768
with:

0 commit comments

Comments
 (0)