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

View File

@ -14,6 +14,8 @@ env:
REPOSITORY: ghcr.io/sebclem REPOSITORY: ghcr.io/sebclem
IMAGE_SOURCE: https://github.com/Sebclem/hassio-nextcloud-backup IMAGE_SOURCE: https://github.com/Sebclem/hassio-nextcloud-backup
permissions: write-all
jobs: jobs:
build-front: build-front:
name: Build Front name: Build Front
@ -176,7 +178,7 @@ jobs:
for tag in ${TAGS}; do for tag in ${TAGS}; do
images+="${tag}@${DIGEST} " images+="${tag}@${DIGEST} "
done done
cosign sign --yes ${images} --oidc-issuer=https://token.actions.githubusercontent.com --oidc-provider=github-actions cosign sign --yes ${images}
update_main_ha_repository: update_main_ha_repository:
name: Update HA addon repository name: Update HA addon repository