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 e169030 commit 97cfe6fCopy full SHA for 97cfe6f
.github/workflows/docker-hub.yml
@@ -89,8 +89,8 @@ jobs:
89
RUN metacallcli script.js
90
EOF
91
92
- docker build --platform ${{ matrix.platform }} -f Dockerfile.test -t test-image . &> output.txt
93
- cat output.txt
+ export DOCKER_BUILDKIT=1
+ docker build --progress=plain --platform ${{ matrix.platform }} -f Dockerfile.test -t test-image . | tee output.txt
94
grep "0123456789abcdef" output.txt
95
96
- name: Push Platform Images
0 commit comments