Add notarize to builder action
This commit is contained in:
parent
9c03bf8f33
commit
7dad56a7b7
6
.github/workflows/builder.yaml
vendored
6
.github/workflows/builder.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user