diff --git a/action.yaml b/action.yaml index 77659c8..57ac8cf 100644 --- a/action.yaml +++ b/action.yaml @@ -71,6 +71,8 @@ runs: type=sha - name: Build and push with docker uses: docker/build-push-action@v6.15.0 + env: + DOCKER_BUILD_SUMMARY: false with: context: ${{ inputs.context }} file: ${{ inputs.file }}