docs: update verification URL

This commit is contained in:
xynydev 2024-04-22 21:16:57 +03:00
parent 3b78b54dd7
commit 363335831f

View File

@ -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
```