Skip to content

Commit

Permalink
I feel like this shoulda worked.
Browse files Browse the repository at this point in the history
Why doesn't Cosign have the right creds? Idk...
  • Loading branch information
samhclark committed Sep 22, 2024
1 parent ffc1d34 commit c96a45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
IMAGE: ${{ steps.build_image.outputs.image }}
TAGS: ${{ steps.build_image.outputs.tags }}
DIGEST: ${{ steps.push.outputs.digest }}
SIGSTORE_ID_TOKEN:
# SIGSTORE_ID_TOKEN: ${{ GITHUB_TOKEN }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes ${IMAGE}:{}@${DIGEST}
Expand Down

0 comments on commit c96a45d

Please sign in to comment.