mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-12 20:42:58 +01:00
Try to make cosign work
This commit is contained in:
parent
2471dff3a8
commit
9a57bc7617
2
.github/workflows/build_addon.yml
vendored
2
.github/workflows/build_addon.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user