mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
🔒 Sign image with Codenotary Community Attestation Service (CAS) (#110)
This commit is contained in:
parent
812dcfe718
commit
b98c0abfd6
2 changed files with 4 additions and 0 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
@ -15,3 +15,5 @@ on:
|
|||
jobs:
|
||||
workflows:
|
||||
uses: hassio-addons/workflows/.github/workflows/base-deploy.yaml@main
|
||||
secrets:
|
||||
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
|
||||
|
|
|
@ -5,3 +5,5 @@ build_from:
|
|||
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
|
||||
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
||||
i386: ghcr.io/hassio-addons/base/i386:11.1.0
|
||||
codenotary:
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue