Skip to content

Commit 6f4c479

Browse files
authored
Use same cosign version in build workflow (home-assistant#157365)
1 parent 1d9c062 commit 6f4c479

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/builder.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)