From 4e160f257adde3ae765a058926408f1632715011 Mon Sep 17 00:00:00 2001 From: tumillanino Date: Wed, 25 Mar 2026 07:48:05 +1100 Subject: [PATCH] updated cosign info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e18b82f..0f61402 100644 --- a/README.md +++ b/README.md @@ -106,5 +106,5 @@ An ISO and website is coming soon ... These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command: ```bash -cosign verify --key cosign.pub ghcr.io/tumillanino/bazzite-jam +cosign verify --key cosign.pub ghcr.io/tumillanino/miasma-os ```