Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
Release-As: v0.1.1
  • Loading branch information
EyeCantCU committed Dec 18, 2023
1 parent ddcfe53 commit 6522b2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
name: Sign container with Cosign
steps:
- name: Sign container
uses: EyeCantCU/cosign-action/[email protected].0
uses: EyeCantCU/cosign-action/[email protected].1
with:
container: ghcr.io/ublue-os/silverblue-main
registry: ghcr.io
registry-token: ${{ secrets.GITHUB_TOKEN }}
signing-secret: ${{ secrets.SIGNING_SECRET }}
tags: latest
Expand All @@ -45,7 +44,7 @@ jobs:
name: Verify container with Cosign
steps:
- name: Verify container
uses: EyeCantCU/cosign-action/[email protected].0
uses: EyeCantCU/cosign-action/[email protected].1
with:
container: ghcr.io/ublue-os/silverblue-main:latest
pubkey: https://raw.githubusercontent.com/ublue-os/main/main/cosign.pub
Expand Down

0 comments on commit 6522b2c

Please sign in to comment.