From b78dc9bbeb99fd3e61fccb22135fb107ce17fd0b Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 21 Feb 2024 22:04:50 +0200 Subject: [PATCH] Added a name to the install cosign action, so it stands out properly Signed-off-by: Itay Grudev --- .github/workflows/release-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index aad2dc592..b6bd92a2f 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -46,7 +46,8 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0 + - name: Install sigstore/cosign + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0 - name: Push charts to GHCR env: