disable docker build summary

This commit is contained in:
pushrbx 2024-07-02 14:55:39 +01:00 committed by GitHub
parent 1de4a5a910
commit a6ec44dd24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,8 @@ jobs:
- name: Build and push by digest - name: Build and push by digest
id: build id: build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
with: with:
context: . context: .
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}