mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix docker prefix for meta image (#60495)
This commit is contained in:
parent
b4730f4ffe
commit
313d6a81d0
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -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 "${image}"; then
|
if ! cas authenticate --signerID notary@home-assistant.io "docker://${image}"; then
|
||||||
echo "Invalid signature!"
|
echo "Invalid signature!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user