Skip to content

Commit 6f042e9

Browse files
committed
ci: disable docker build summary
1 parent ec36eb2 commit 6f042e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
- name: Build and push Docker images
5858
uses: docker/build-push-action@v7
59+
env:
60+
DOCKER_BUILD_SUMMARY: false
5961
with:
6062
context: .
6163
file: dev/build/Dockerfile
@@ -165,6 +167,8 @@ jobs:
165167
166168
- name: Build and push Docker images
167169
uses: docker/build-push-action@v7
170+
env:
171+
DOCKER_BUILD_SUMMARY: false
168172
with:
169173
context: .
170174
file: dev/build-arm/Dockerfile

0 commit comments

Comments
 (0)