We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b3243 commit e7adc6fCopy full SHA for e7adc6f
1 file changed
.github/workflows/builder.yml
@@ -72,6 +72,16 @@ jobs:
72
--${{ matrix.arch }} \
73
--target /data \
74
--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
85
version:
86
name: Update version
87
needs: ["init", "build"]
@@ -95,4 +105,4 @@ jobs:
95
105
with:
96
106
key: ${{ env.BUILD_NAME }}
97
107
version: ${{ needs.init.outputs.version }}
98
- channel: ${{ needs.init.outputs.channel }}
108
+ channel: ${{ needs.init.outputs.channel }}
0 commit comments