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 79b47de commit 613bfc1Copy full SHA for 613bfc1
.github/workflows/docker-build.yaml
@@ -30,6 +30,7 @@ jobs:
30
31
- name: Build Docker image
32
run: |
33
+ export DOCKER_BUILDKIT=0
34
make dockerbuild USE_LOCAL_FREESURFER=${{ github.event.inputs.use_local_freesurfer || 'False' }}
35
36
- name: Push Docker image
0 commit comments