Skip to content

Commit

Permalink
Suppress Docker build summary output for rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jun 23, 2024
1 parent 1c021f2 commit 0e6e0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
id: builder-image
env:
DOCKER_BUILD_NO_SUMMARY: true
with:
context: builders/${{ matrix.entry.builder }}
load: true
Expand Down

0 comments on commit 0e6e0c7

Please sign in to comment.