Skip to content

Commit

Permalink
Cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebclem committed Sep 10, 2024
1 parent 9a57bc7 commit 9374659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
REPOSITORY: ghcr.io/sebclem
IMAGE_SOURCE: https://github.com/Sebclem/hassio-nextcloud-backup

permissions: write-all

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

0 comments on commit 9374659

Please sign in to comment.