Fix docker prefix for meta image (#60495)

This commit is contained in:
Pascal Vizeli 2021-11-28 19:25:52 +01:00 committed by GitHub
parent b4730f4ffe
commit 313d6a81d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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