Skip to content

Commit

Permalink
Add cosign tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Jul 4, 2024
1 parent c60ada5 commit 2fbd69b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ jobs:
labels: |
org.opencontainers.image.title=ruby
- name: Install Cosign
uses: sigstore/[email protected]

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -135,10 +132,18 @@ jobs:
needs:
- build

permissions:
id-token: write # keyless Cosign signatures
packages: write # GHCR
contents: write # git tags

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install Cosign
uses: sigstore/[email protected]

- name: Download digests
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 2fbd69b

Please sign in to comment.