There was an error while loading. Please reload this page.
1 parent ec36eb2 commit 6f042e9Copy full SHA for 6f042e9
1 file changed
.github/workflows/build.yml
@@ -56,6 +56,8 @@ jobs:
56
57
- name: Build and push Docker images
58
uses: docker/build-push-action@v7
59
+ env:
60
+ DOCKER_BUILD_SUMMARY: false
61
with:
62
context: .
63
file: dev/build/Dockerfile
@@ -165,6 +167,8 @@ jobs:
165
167
166
168
169
170
171
172
173
174
file: dev/build-arm/Dockerfile
0 commit comments