We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed84651 commit 3f4d93cCopy full SHA for 3f4d93c
.github/workflows/main.yml
@@ -36,6 +36,7 @@ jobs:
36
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-13 }
37
env:
38
DOCKER_BUILD_RECORD_UPLOAD: false # disable docker buildx record upload as build artifact
39
+ DOCKER_BUILD_SUMMARY: false # disable docker buildx summary
40
41
steps:
42
- uses: actions/checkout@v4
0 commit comments