Try to make cosign work

This commit is contained in:
SebClem 2024-09-10 17:04:39 +02:00
parent 2471dff3a8
commit 9a57bc7617
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -176,7 +176,7 @@ jobs:
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
done
cosign sign --yes ${images}
cosign sign --yes ${images} --oidc-issuer=https://token.actions.githubusercontent.com --oidc-provider=github-actions
update_main_ha_repository:
name: Update HA addon repository