Skip to content

Commit

Permalink
Set DOCKER_BUILD_SUMMARY to false (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work authored Jul 3, 2024
1 parent e5a937f commit 63a0662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
- name: Build image
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY: false
with:
context: .
push: false
Expand Down

0 comments on commit 63a0662

Please sign in to comment.