Commit Graph
2 Commits
Author SHA1 Message Date
Matt Moore 002e1a441e Support uppercase repository names with cosign.
My previous PR didn't properly handle uppercase usernames (or repository names) when signing container images with `cosign`.

It seems that the `docker buildx --push` doesn't like this either, but it's passed the output of the `docker/metadata-action` which seems to lowercase things.

Fixes: https://github.com/actions/starter-workflows/issues/1293

Signed-off-by: Matt Moore <[email protected]>
2022-03-16 11:48:28 -07:00
Matt Moore 00db25fc1e Enable keyless signing for private repos. (#1295)
Now that cosign 1.4 is out, we can perform keyless signing without panicking on private images (and without `--force` uploading to Rekor).

Signed-off-by: Matt Moore <[email protected]>
2021-12-13 15:17:02 -05:00