docs: add verification message
This commit is contained in:
parent
0441f8e170
commit
7b2a3cd96a
@ -39,3 +39,11 @@ To run the action, simply edit the `boot_menu.yml` by changing all the reference
|
||||
The Action currently uses [ublue-os/isogenerator-old](https://github.com/ublue-os/isogenerator-old) and works in a similar manner to the official Universal Blue ISO. If you have any issues, you should first check [the documentation page on installation](https://universal-blue.org/installation/). The ISO is a netinstaller and should always pull the latest version of your image.
|
||||
|
||||
Note that this release-iso action is not a replacement for a full-blown release automation like [release-please](https://github.com/googleapis/release-please).
|
||||
|
||||
## Verification
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user