Skip to content

Commit

Permalink
Signing image (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 19, 2021
1 parent 84422a2 commit 261a1ac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ jobs:
--${{ matrix.arch }} \
--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-multicast:${{ needs.init.outputs.version }}
user: ${{ secrets.VCN_USER }}
password: ${{ secrets.VCN_PASSWORD }}
organisation: ${{ secrets.VCN_ORG }}

version:
name: Update version
needs: ["init", "build"]
Expand All @@ -94,4 +104,4 @@ jobs:
with:
key: ${{ env.BUILD_NAME }}
version: ${{ needs.init.outputs.version }}
channel: ${{ needs.init.outputs.channel }}
channel: ${{ needs.init.outputs.channel }}

0 comments on commit 261a1ac

Please sign in to comment.