Bump home-assistant/builder from 2022.07.0 to 2022.09.0

Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2022.07.0 to 2022.09.0.
- [Release notes](https://github.com/home-assistant/builder/releases)
- [Commits](https://github.com/home-assistant/builder/compare/2022.07.0...2022.09.0)

---
updated-dependencies:
- dependency-name: home-assistant/builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-22 04:55:48 +00:00
committed by Max Winterstein
parent ee60bc650d
commit 939288413d
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jobs:
if: ${{ env.CONTINUE }} if: ${{ env.CONTINUE }}
- name: Test build - name: Test build
uses: home-assistant/builder@master uses: home-assistant/builder@2022.09.0
with: with:
args: | args: |
--all \ --all \

View File

@@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Test build - name: Test build
uses: home-assistant/builder@master uses: home-assistant/builder@2022.09.0
with: with:
args: | args: |
--all \ --all \

View File

@@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: home-assistant/builder@2022.07.0 uses: home-assistant/builder@2022.09.0
with: with:
args: | args: |
--all \ --all \