Merge pull request #1294 from mattmoor/support-uppercase-repos

Support uppercase repository names with cosign.
This commit is contained in:
Sampark Sharma
2022-05-03 10:29:14 +05:30
committed by GitHub
+1 -1
View File
@@ -90,4 +90,4 @@ jobs:
COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
run: cosign sign ${{ steps.meta.outputs.tags }}@${{ steps.build-and-push.outputs.digest }}