File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,8 @@ jobs:
190190 username : ${{ github.repository_owner }}
191191 password : ${{ secrets.GITHUB_TOKEN }}
192192
193- - name : Install Cosign
193+ - &install_cosign
194+ name : Install Cosign
194195 uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
195196 with :
196197 cosign-release : " v2.5.3"
@@ -353,10 +354,7 @@ jobs:
353354 matrix :
354355 registry : ["ghcr.io/home-assistant", "docker.io/homeassistant"]
355356 steps :
356- - name : Install Cosign
357- uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
358- with :
359- cosign-release : " v2.2.3"
357+ - *install_cosign
360358
361359 - name : Login to DockerHub
362360 if : matrix.registry == 'docker.io/homeassistant'
You can’t perform that action at this time.
0 commit comments