Skip to content

Commit e7adc6f

Browse files
authored
Signing image (#58)
1 parent b4b3243 commit e7adc6f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/builder.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ jobs:
7272
--${{ matrix.arch }} \
7373
--target /data \
7474
--generic ${{ needs.init.outputs.version }}
75+
76+
- name: Signing image
77+
if: needs.init.outputs.publish == 'true'
78+
uses: home-assistant/actions/helpers/codenotary@master
79+
with:
80+
source: docker://homeassistant/${{ matrix.arch }}-hassio-audio:${{ needs.init.outputs.version }}
81+
user: ${{ secrets.VCN_USER }}
82+
password: ${{ secrets.VCN_PASSWORD }}
83+
organisation: ${{ secrets.VCN_ORG }}
84+
7585
version:
7686
name: Update version
7787
needs: ["init", "build"]
@@ -95,4 +105,4 @@ jobs:
95105
with:
96106
key: ${{ env.BUILD_NAME }}
97107
version: ${{ needs.init.outputs.version }}
98-
channel: ${{ needs.init.outputs.channel }}
108+
channel: ${{ needs.init.outputs.channel }}

0 commit comments

Comments
 (0)