mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Fix image build issues (#60319)
This commit is contained in:
6
.github/workflows/builder.yml
vendored
6
.github/workflows/builder.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user