ci: disable docker build summary

This commit is contained in:
Nurul Huda (Apon) 2026-06-12 17:11:22 +06:00
parent dd9fad1d94
commit ca9e6601dc
No known key found for this signature in database
GPG Key ID: 5D3F1DE2855A2F79

View File

@ -59,6 +59,8 @@ jobs:
- name: Build ${{ matrix.framework }}
if: steps.check.outputs.skip == 'false'
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_SUMMARY: false
with:
context: ${{ matrix.context }}
file: ${{ matrix.file }}