From b62080cb78bd114d8dd61f8aa474635a5ea700d2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 27 Jun 2023 10:34:31 +0200 Subject: [PATCH] Using builder 2023.06.1 (#95333) * Using builder 2023.06.1 * revert downgrade of cosign --- .github/workflows/builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 5dd3e1c5da5..fdf17f6c735 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.06.0 + uses: home-assistant/builder@2023.06.1 with: args: | $BUILD_ARGS \ @@ -274,7 +274,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - uses: home-assistant/builder@2023.06.0 + uses: home-assistant/builder@2023.06.1 with: args: | $BUILD_ARGS \