From fd46252f763f32698de38f2ca60500fea311462d Mon Sep 17 00:00:00 2001 From: Quirin Vetterl <140174674+qrnvttrl@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:06:08 +0100 Subject: [PATCH] fixed build badge (#497) Co-authored-by: Stefan Majer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d5525449..c4c0defc2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # metal-api -![Build](https://github.com/metal-stack/metal-api/workflows/Build%20from%20master/badge.svg) +[![Build](https://github.com/metal-stack/metal-api/actions/workflows/docker.yaml/badge.svg?branch=master)](https://github.com/metal-stack/metal-api/actions) [![Slack](https://img.shields.io/badge/slack-metal--stack-brightgreen.svg?logo=slack)](https://metal-stack.slack.com/) [![Go Report Card](https://goreportcard.com/badge/github.com/metal-stack/metal-api)](https://goreportcard.com/report/github.com/metal-stack/metal-api) [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/metal-stack/metal-api)