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 3ad6a92 commit 5a6f624Copy full SHA for 5a6f624
.github/workflows/docker-publish.yml
@@ -75,7 +75,7 @@ jobs:
75
# Clear some space (https://github.com/actions/runner-images/issues/2840)
76
sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost
77
78
- DOCKER_BUILDKIT=1 docker buildx build --load -f Dockerfile \
+ DOCKER_BUILDKIT=1 docker buildx build --debug --load -f Dockerfile \
79
--platform=${{ matrix.arch }} \
80
--build-arg PIP_VERSION=$PIP_VERSION \
81
--build-arg BUILDKIT_INLINE_CACHE=1 \
0 commit comments