mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-11 23:52:29 +02:00
ci: bump home-assistant/builder build-image action to 2026.06.0
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 <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/onpush_builder.yaml
vendored
3
.github/workflows/onpush_builder.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user