Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
Release-As: v0.1.2
  • Loading branch information
EyeCantCU committed Dec 19, 2023
1 parent 1d1ee68 commit 5d2afe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Sign container with Cosign
steps:
- name: Sign container
uses: EyeCantCU/cosign-action/[email protected].1
uses: EyeCantCU/cosign-action/[email protected].2
with:
container: ghcr.io/ublue-os/silverblue-main
registry-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -44,7 +44,7 @@ jobs:
name: Verify container with Cosign
steps:
- name: Verify container
uses: EyeCantCU/cosign-action/[email protected].1
uses: EyeCantCU/cosign-action/[email protected].2
with:
container: ghcr.io/ublue-os/silverblue-main:latest
pubkey: https://raw.githubusercontent.com/ublue-os/main/main/cosign.pub
Expand All @@ -62,7 +62,7 @@ jobs:
name: Verify container with Cosign
steps:
- name: Verify container
uses: EyeCantCU/cosign-action/[email protected].1
uses: EyeCantCU/cosign-action/[email protected].2
with:
container: cgr.dev/chainguard/busybox
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main
Expand Down

0 comments on commit 5d2afe8

Please sign in to comment.