We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a523f commit c8c381bCopy full SHA for c8c381b
.github/workflows/build-and-push.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: Set up QEMU
38
uses: docker/setup-qemu-action@v1
39
- name: Build
40
+ env:
41
+ DOCKER_BUILDKIT: 0
42
run: |
43
docker build \
44
--platform linux/${{ matrix.arch }} \
0 commit comments