Skip to content

Commit

Permalink
fix(cicd): add cosign installer
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Mar 2, 2024
1 parent 66328a2 commit 031bcf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sfp-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ jobs:
contents: read
packages: write
id-token: write

steps:

- uses: actions/checkout@v2
with:
fetch-depth: 0

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 031bcf9

Please sign in to comment.