Add notarize to builder action

This commit is contained in:
Fredrik Baberg 2023-01-12 18:25:01 +01:00
parent 9c03bf8f33
commit 504c5034b1

View File

@ -109,3 +109,9 @@ jobs:
--image "${{ steps.check.outputs.image }}" \
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
--addon
- name: Notarize ${{ matrix.addon }}
uses: codenotary/cas-notarize-docker-image-bom-github-action@main
with:
asset: "${{ steps.check.outputs.image }}"
cas_api_key: ${{ secrets.CAS_API_KEY }}