From b9d8ced961d4ef6568b6f8f7b2cd7c0c0e5c3a39 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus <915544+detiber@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:29:53 -0500 Subject: [PATCH] fix workflow badge on README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e00bac..df40095 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# beardy-os   [![bluebuild build badge](https://github.com/detiber/beardy-os/actions/workflows/build.yml/badge.svg)](https://github.com/detiber/beardy-os/actions/workflows/build.yml) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/beardy-os)](https://artifacthub.io/packages/search?repo=beardy-os) +# beardy-os +[![build-beardy-base](https://github.com/detiber/beardy-os/actions/workflows/base-build.yml/badge.svg?branch=main)](https://github.com/detiber/beardy-os/actions/workflows/base-build.yml) +[![Latest Images](https://github.com/detiber/beardy-os/actions/workflows/bluefin-latest.yml/badge.svg)](https://github.com/detiber/beardy-os/actions/workflows/bluefin-latest.yml) +[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/beardy-os)](https://artifacthub.io/packages/search?repo=beardy-os) 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.