From a60445d242fe820a2e1edc36fda7c7a8f0ec8d43 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Tue, 27 Sep 2022 23:44:00 +0200 Subject: [PATCH] Update CI Build and Docker status badges (#998) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2171322..6f3e600 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pygeoapi -[![Build Status](https://github.com/geopython/pygeoapi/workflows/build%20%E2%9A%99%EF%B8%8F/badge.svg)](https://github.com/geopython/pygeoapi/actions) +![CI Build/Test](https://github.com/geopython/pygeoapi/actions/workflows/main.yml/badge.svg) +![CI Publish Docker Image](https://github.com/geopython/pygeoapi/actions/workflows/containers.yml/badge.svg) [pygeoapi](https://pygeoapi.io) is a Python server implementation of the [OGC API](https://ogcapi.ogc.org) suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is [open source](https://opensource.org/) and released under an [MIT license](https://github.com/geopython/pygeoapi/blob/master/LICENSE.md).