Skip to content

Commit 613bfc1

Browse files
committed
remove buildx moreso
1 parent 79b47de commit 613bfc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- name: Build Docker image
3232
run: |
33+
export DOCKER_BUILDKIT=0
3334
make dockerbuild USE_LOCAL_FREESURFER=${{ github.event.inputs.use_local_freesurfer || 'False' }}
3435
3536
- name: Push Docker image

0 commit comments

Comments
 (0)