CoreNotary Image singing (#2721)

* CoreNotary Image singing

* Update builder.yml

* Update builder.yml

* using helper
This commit is contained in:
Pascal Vizeli 2021-03-15 22:13:53 +01:00 committed by GitHub
parent 47e377683e
commit 790e887b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,15 @@ jobs:
--target /data \
--generic ${{ needs.init.outputs.version }}
- name: Signing image
if: needs.init.outputs.publish == 'true'
uses: home-assistant/actions/helpers/codenotary@master
with:
source: docker://homeassistant/${{ matrix.arch }}-hassio-supervisor:${{ needs.init.outputs.version }}
user: ${{ secrets.VCN_USER }}
password: ${{ secrets.VCN_PASSWORD }}
organisation: ${{ secrets.VCN_ORG }}
version:
name: Update version
needs: ["init", "run_supervisor"]