1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00

Fix image build issues (#60319)

This commit is contained in:
Pascal Vizeli 2021-11-25 12:24:30 +01:00 committed by GitHub
parent fd8b43320d
commit f2a44553d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image - name: Build base image
uses: home-assistant/builder@2021.09.0 uses: home-assistant/builder@2021.11.4
with: with:
args: | args: |
$BUILD_ARGS \ $BUILD_ARGS \
@ -184,7 +184,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image - name: Build base image
uses: home-assistant/builder@2021.11.3 uses: home-assistant/builder@2021.11.4
with: with:
args: | args: |
$BUILD_ARGS \ $BUILD_ARGS \
@ -291,7 +291,7 @@ jobs:
function validate_image() { function validate_image() {
local image=${1} 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!" echo "Invalid signature!"
exit 1 exit 1
fi fi