diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 8eb9e19ea..9f7c8a1ef 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -94,7 +94,7 @@ jobs: run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV - name: Build base image - uses: home-assistant/builder@2023.08.0 + uses: home-assistant/builder@2023.09.0 with: args: | $BUILD_ARGS \ @@ -102,5 +102,4 @@ jobs: --target /data \ --cosign \ --generic ${{ needs.init.outputs.version }} - env: - CAS_API_KEY: ${{ secrets.CAS_TOKEN }} +