Skip to content

Commit

Permalink
fix: cosign issue
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Apr 8, 2024
1 parent 8c8bb93 commit ff976a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
--revision="${{ github.ref_name }}@sha1:${{ github.sha }}" \
--annotations='org.opencontainers.image.description=Capacitor install manifests for Flux'
- name: Install cosign
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
with:
cosign-release: 'v2.1.1'
uses: sigstore/cosign-installer@v3.4.0
- name: Cosign version
run: cosign version
- name: Sign oci artifacts
run: |
# keyless mode
Expand Down

0 comments on commit ff976a5

Please sign in to comment.