We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce75a04 commit 51b23c5Copy full SHA for 51b23c5
.github/workflows/build-neurodesktop-test.yml
@@ -61,7 +61,8 @@ jobs:
61
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
62
#change to if else later, this is for testing the arc runners.
63
with:
64
- driver-opts: network.mtu=1400
+ driver-opts: |
65
+ network.mtu=1400
66
- name: Login to GHCR
67
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
68
0 commit comments