Skip to content

Commit

Permalink
Merge pull request #1294 from mattmoor/support-uppercase-repos
Browse files Browse the repository at this point in the history
Support uppercase repository names with cosign.
  • Loading branch information
Phantsure committed May 3, 2022
2 parents 52a7872 + eb24769 commit 81bee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 81bee47

Please sign in to comment.