Skip to content

Commit

Permalink
build image quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Feb 29, 2024
1 parent dc768dd commit 1979192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
if: steps.should-run.outputs.result == 'true'
run: |-
docker buildx build \
--quiet \
--builder ${{ steps.buildx.outputs.name }} \
--platform linux/amd64,linux/arm64 \
--target superchain \
Expand All @@ -158,7 +159,7 @@ jobs:
--build-arg DEBIAN_VERSION=${{ matrix.debian }} \
--build-arg NODE_MAJOR_VERSION=${{ matrix.node }} \
-f superchain/Dockerfile \
. > /dev/null
.
- name: Test Image
if: steps.should-run.outputs.result == 'true'
Expand Down

0 comments on commit 1979192

Please sign in to comment.