From 1b1901cb6d0c3b5706e6622c52925c86e1814e1d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 24 Sep 2023 14:36:02 +0200 Subject: [PATCH] Update home-assistant/builder to 2023.09.0 (#100797) --- .github/workflows/builder.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 0b0983a001f..191b510c0ff 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -197,7 +197,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - uses: home-assistant/builder@2023.08.0 + uses: home-assistant/builder@2023.09.0 with: args: | $BUILD_ARGS \ @@ -205,8 +205,6 @@ jobs: --cosign \ --target /data \ --generic ${{ needs.init.outputs.version }} - env: - CAS_API_KEY: ${{ secrets.CAS_TOKEN }} - name: Archive translations shell: bash @@ -275,15 +273,13 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - uses: home-assistant/builder@2023.08.0 + uses: home-assistant/builder@2023.09.0 with: args: | $BUILD_ARGS \ --target /data/machine \ --cosign \ --machine "${{ needs.init.outputs.version }}=${{ matrix.machine }}" - env: - CAS_API_KEY: ${{ secrets.CAS_TOKEN }} publish_ha: name: Publish version files