From 91a1f83566012818d9ef0c6e9fe6fd3ebc6dc430 Mon Sep 17 00:00:00 2001 From: tumillanino <43668592+tumillanino@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:12:40 +1100 Subject: [PATCH] chore(automatic): replace all references to template in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe2fbbc..b858996 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BlueBuild Template   [![bluebuild build badge](https://github.com/blue-build/template/actions/workflows/build.yml/badge.svg)](https://github.com/blue-build/template/actions/workflows/build.yml) +# miasma-os   [![bluebuild build badge](https://github.com/tumillanino/miasma-os/actions/workflows/build.yml/badge.svg)](https://github.com/tumillanino/miasma-os/actions/workflows/build.yml) See the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository based on this template. @@ -13,7 +13,7 @@ To rebase an existing atomic Fedora installation to the latest build: - First rebase to the unsigned image, to get the proper signing keys and policies installed: ``` - rpm-ostree rebase ostree-unverified-registry:ghcr.io/blue-build/template:latest + rpm-ostree rebase ostree-unverified-registry:ghcr.io/tumillanino/miasma-os:latest ``` - Reboot to complete the rebase: ``` @@ -21,7 +21,7 @@ To rebase an existing atomic Fedora installation to the latest build: ``` - Then rebase to the signed image, like so: ``` - rpm-ostree rebase ostree-image-signed:docker://ghcr.io/blue-build/template:latest + rpm-ostree rebase ostree-image-signed:docker://ghcr.io/tumillanino/miasma-os:latest ``` - Reboot again to complete the installation ``` @@ -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/template +cosign verify --key cosign.pub ghcr.io/tumillanino/miasma-os ```