Skip to content

Commit 3f4d93c

Browse files
committed
disable docker build summary
Signed-off-by: AlexNDRmac <[email protected]>
1 parent ed84651 commit 3f4d93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-13 }
3737
env:
3838
DOCKER_BUILD_RECORD_UPLOAD: false # disable docker buildx record upload as build artifact
39+
DOCKER_BUILD_SUMMARY: false # disable docker buildx summary
3940

4041
steps:
4142
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)