Skip to content

Commit 409a515

Browse files
committed
Only show a single Docker build summary
1 parent e507cae commit 409a515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
type=raw,value=latest,enable={{is_default_branch}}
4949
- name: Build image
5050
uses: docker/build-push-action@v6
51+
env:
52+
DOCKER_BUILD_NO_SUMMARY: true
5153
with:
5254
context: ./target/docker/stage
5355
load: true

0 commit comments

Comments
 (0)