From 221f243b96bb005c1fdaa89d903ae3268ffc7d5e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 15 Aug 2023 23:58:20 +0200 Subject: [PATCH] fix badges --- _docs/content/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_docs/content/_index.md b/_docs/content/_index.md index f895443..dd4602c 100644 --- a/_docs/content/_index.md +++ b/_docs/content/_index.md @@ -2,9 +2,10 @@ title: wp-git-action --- -[![Build Status](https://img.shields.io/wp/build/thegeeklab/wp-git-action?logo=wp&server=https%3A%2F%2Fwp.thegeeklab.de)](https://wp.thegeeklab.de/thegeeklab/wp-git-action) +[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/wp-git-action/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/wp-git-action) [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/wp-git-action) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/wp-git-action) +[![Go Report Card](https://goreportcard.com/badge/github.com/thegeeklab/wp-git-action)](https://goreportcard.com/report/github.com/thegeeklab/wp-git-action) [![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/wp-git-action)](https://github.com/thegeeklab/wp-git-action/graphs/contributors) [![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-git-action) [![License: MIT](https://img.shields.io/github/license/thegeeklab/wp-git-action)](https://github.com/thegeeklab/wp-git-action/blob/main/LICENSE)