Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
fix: update cosign container run command
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 17, 2024
1 parent c46d11a commit d1a9f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageChooser/Cosign.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Remember to include logs, both from the console (enable XHR) and here.";
<div class="flex flex-row gap-2 items-center flex-wrap">
First you need to run the command below:
<pre
class="bg-fg-secondary text-bg-page dark:bg-bg-page dark:text-fg-secondary p-2 whitespace-pre-wrap">podman run -it ghcr.io/ublue-os/cosign-generate-keypair</pre>
class="bg-fg-secondary text-bg-page dark:bg-bg-page dark:text-fg-secondary p-2 whitespace-pre-wrap">podman run --rm -it ghcr.io/blue-build/cosign-generate-keypair</pre>
Then copy the keys to the fields below and press submit.
<div class="p-2 flex flex-col gap-2 w-full">
<label for="public">Public key:</label>
Expand Down

0 comments on commit d1a9f2b

Please sign in to comment.