From ae30d5432e1cb8cd9508fb0a652a457bdf2dd832 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Mon, 16 Dec 2024 15:54:25 +0200 Subject: [PATCH] ping signer:/ latest was mistake --- .github/workflows/image.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index db07817e..6b4af369 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -19,9 +19,11 @@ jobs: with: go-version: v1.23.4 check-latest: true + # We need this to remove local tags that are not semver so goreleaser doesn't get confused. - name: Delete non-semver tags run: 'git tag -d $(git tag -l | grep -v "^v")' - - uses: sigstore/cosign-installer@latest + # If you notice signing errors, you may need to update the cosign version. + - uses: sigstore/cosign-installer@@v3.7.0 - name: Install ko run: go install github.com/google/ko@latest