From aeef8f588df370dc94d7dd403904d6989b004fc1 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:11:39 +1200 Subject: [PATCH] Disable docker build artifacts and summaries (#46) --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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