diff --git a/src/components/ImageChooser/Cosign.svelte b/src/components/ImageChooser/Cosign.svelte index 83b5c2e..7fd4cf3 100644 --- a/src/components/ImageChooser/Cosign.svelte +++ b/src/components/ImageChooser/Cosign.svelte @@ -99,7 +99,7 @@ headers: { Authorization: `Bearer ${$customImage.auth}` }, body: JSON.stringify({ message: "chore(automatic): new cosign keys", - content: btoa(publicKey), + content: btoa(publicKey.trimEnd()+'\n'), sha: publicKeyJson.sha, }), }