From 363335831fbc3b52556927bdd20590cb57dd158e Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:16:57 +0300 Subject: [PATCH] docs: update verification URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a436e..fbff7c6 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ If build on Fedora Atomic, you can generate an offline ISO with the instructions 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/blue-build/legacy-template +cosign verify --key cosign.pub ghcr.io/blue-build/template ```