mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-15 14:19:09 +02:00
build(deps): bump home-assistant/builder from 2026.06.0 to 2026.09.0 (#3065)
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2026.06.0 to 2026.09.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](https://github.com/home-assistant/builder/compare/2026.06.0...2026.09.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-version: 2026.09.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/onpush_builder.yaml
vendored
4
.github/workflows/onpush_builder.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user