mirror of
https://github.com/versity/versitygw.git
synced 2026-08-17 04:36:19 +00:00
fix(chart): fix cosign-installer tag
This commit is contained in:
@@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "chart/Chart.yaml"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@@ -44,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Install cosign
|
||||
if: steps.check.outputs.new == 'true'
|
||||
uses: sigstore/cosign-installer@v4
|
||||
uses: sigstore/cosign-installer@v4.0.0
|
||||
|
||||
- name: Sign chart with cosign
|
||||
if: steps.check.outputs.new == 'true'
|
||||
|
||||
Reference in New Issue
Block a user