diff --git a/action.yml b/action.yml index 29d8f38..ba5c245 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,9 @@ runs: platforms: ${{ inputs.platform }} - name: Build ESPHome image uses: docker/build-push-action@v6.5.0 + env: + DOCKER_BUILD_SUMMARY: false + DOCKER_BUILD_RECORD_UPLOAD: false with: context: ${{ github.action_path }} load: true