From f2a44553d8729ad9d338e8428734fc2568387dec Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 25 Nov 2021 12:24:30 +0100 Subject: [PATCH] Fix image build issues (#60319) --- .github/workflows/builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 7b5a145cd095..aa1c2b2a3e1a 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -131,7 +131,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - uses: home-assistant/builder@2021.09.0 + uses: home-assistant/builder@2021.11.4 with: args: | $BUILD_ARGS \ @@ -184,7 +184,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - uses: home-assistant/builder@2021.11.3 + uses: home-assistant/builder@2021.11.4 with: args: | $BUILD_ARGS \ @@ -291,7 +291,7 @@ jobs: function validate_image() { local image=${1} - if ! cas authenticate --signerID notary@home-assistant.io; then + if ! cas authenticate --signerID notary@home-assistant.io "${image}"; then echo "Invalid signature!" exit 1 fi