Skip to content

Commit 97cfe6f

Browse files
committed
Trying to solve issues with dockerhub.
1 parent e169030 commit 97cfe6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
RUN metacallcli script.js
9090
EOF
9191
92-
docker build --platform ${{ matrix.platform }} -f Dockerfile.test -t test-image . &> output.txt
93-
cat output.txt
92+
export DOCKER_BUILDKIT=1
93+
docker build --progress=plain --platform ${{ matrix.platform }} -f Dockerfile.test -t test-image . | tee output.txt
9494
grep "0123456789abcdef" output.txt
9595
9696
- name: Push Platform Images

0 commit comments

Comments
 (0)