fix: change img to startingpoint in verification

this makes it so that the create-ublue-script automatically replaces it
This commit is contained in:
ER
2023-04-03 17:55:50 +03:00
parent 2012e2443b
commit 21eafaa3c0

View File

@@ -72,6 +72,6 @@ Check the [just website](https://just.systems) for tips on modifying and adding
These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by downloading the `cosign.pub` key from this repo and running the following command:
cosign verify --key cosign.pub ghcr.io/ublue-os/base
cosign verify --key cosign.pub ghcr.io/ublue-os/startingpoint
If you're forking this repo, the uBlue website has [instructions](https://ublue.it/making-your-own/) for setting up signing properly.