mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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() {
|
||||
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!"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user