Skip to content

Commit 5a6f624

Browse files
committed
adding --debug to the docker build
1 parent 3ad6a92 commit 5a6f624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Clear some space (https://github.com/actions/runner-images/issues/2840)
7676
sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost
7777
78-
DOCKER_BUILDKIT=1 docker buildx build --load -f Dockerfile \
78+
DOCKER_BUILDKIT=1 docker buildx build --debug --load -f Dockerfile \
7979
--platform=${{ matrix.arch }} \
8080
--build-arg PIP_VERSION=$PIP_VERSION \
8181
--build-arg BUILDKIT_INLINE_CACHE=1 \

0 commit comments

Comments
 (0)