From 583c5e655a73d05b2bdc2e132ed7a86d2c0a6e0a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 14 Jul 2026 16:31:24 +0200 Subject: [PATCH] ci: bump home-assistant/builder build-image action to 2026.06.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Legacy monolithic builder was removed upstream in 2026.06.0; this repo already uses the modular build-image action, so only the pin moves (2026.03.2 -> 2026.06.0). Action inputs/outputs unchanged upstream — drop-in compatible. Also strips trailing whitespace at EOF (yamllint). Co-Authored-By: Claude Fable 5 --- .github/workflows/onpush_builder.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index 91f7aff815..b58e380d8d 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -300,7 +300,7 @@ jobs: - name: Build ${{ matrix.addon }} add-on if: steps.info.outputs.build_arch == 'true' && steps.info.outputs.has_dockerfile == 'true' - uses: home-assistant/builder/actions/build-image@2026.03.2 + uses: home-assistant/builder/actions/build-image@2026.06.0 with: arch: ${{ matrix.arch }} cache-gha: "false" @@ -433,4 +433,3 @@ jobs: done git push origin HEAD:master -