Skip to content

Commit 03f33d2

Browse files
Set DOCKER_BUILD_SUMMARY to false (#168)
Co-authored-by: Madelen Andersson <madelen.andersson@axis.com>
1 parent e87cc88 commit 03f33d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/docker-build-action/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
- name: Build image
6565
uses: docker/build-push-action@v6
6666
env:
67-
DOCKER_BUILD_NO_SUMMARY: true
67+
DOCKER_BUILD_SUMMARY: false
6868
with:
6969
context: .
7070
push: false

0 commit comments

Comments
 (0)