diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index e4286ec6c7..65cf286dcc 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -306,7 +306,7 @@ jobs: id: build if: steps.info.outputs.build_arch == 'true' && steps.info.outputs.has_dockerfile == 'true' continue-on-error: true - uses: home-assistant/builder/actions/build-image@2026.06.0 + uses: home-assistant/builder/actions/build-image@2026.09.0 with: arch: ${{ matrix.arch }} cache-gha: "false" @@ -331,7 +331,7 @@ jobs: # else for the retry to be skipped from. - name: Build ${{ matrix.addon }} add-on (retry after failed attempt) if: steps.build.outcome == 'failure' - uses: home-assistant/builder/actions/build-image@2026.06.0 + uses: home-assistant/builder/actions/build-image@2026.09.0 with: arch: ${{ matrix.arch }} cache-gha: "false"