Skip to content

Commit

Permalink
Install cosign for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
faeizmahrus committed Dec 21, 2024
1 parent ece0ab6 commit 5126c13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}


# Install and check cosign
- name: Install cosign
uses: sigstore/[email protected]
- name: Check cosign install
run: cosign version

# Sign container
- uses: sigstore/[email protected]

Expand Down

0 comments on commit 5126c13

Please sign in to comment.