Skip to content

Commit

Permalink
Add build badges to README.md
Browse files Browse the repository at this point in the history
Two build status badges and two Docker build status badges were added to the README.md file. These provide a quick visual indication of the build status for both the development and production versions of the project.

Signed-off-by: Christian Roessner <[email protected]>
  • Loading branch information
Christian Roessner committed May 3, 2024
1 parent 98f7666 commit f54a1ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Development Build](https://github.com/croessner/nauthilus/actions/workflows/build-features.yaml/badge.svg?branch=features)](https://github.com/croessner/nauthilus/actions/workflows/build-features.yaml)
[![Development Docker Build](https://github.com/croessner/nauthilus/actions/workflows/docker-features.yaml/badge.svg?branch=features)](https://github.com/croessner/nauthilus/actions/workflows/docker-features.yaml)
[![Release Build](https://github.com/croessner/nauthilus/actions/workflows/build-stable.yaml/badge.svg)](https://github.com/croessner/nauthilus/actions/workflows/build-stable.yaml)
[![Production Docker Build](https://github.com/croessner/nauthilus/actions/workflows/docker-stable.yaml/badge.svg)](https://github.com/croessner/nauthilus/actions/workflows/docker-stable.yaml)
# Nauthilus

Nauthilus is a general purpose authentication service written in Go. It is designed to work as a central place where all kinds of
Expand Down

0 comments on commit f54a1ef

Please sign in to comment.