From 790e887b707807e47002f71b991f383311ea2dfb Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 15 Mar 2021 22:13:53 +0100 Subject: [PATCH] CoreNotary Image singing (#2721) * CoreNotary Image singing * Update builder.yml * Update builder.yml * using helper --- .github/workflows/builder.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index cdd9923e4..fc09572b8 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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"]