From 8a7813019edea738aaf574d4fa870f3fc076a13d Mon Sep 17 00:00:00 2001 From: Neil Castelino Date: Tue, 31 Oct 2023 00:41:32 -0400 Subject: [PATCH] chore: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ecd89b..2874fd9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # rest-geoip [![Go Report Card](https://goreportcard.com/badge/github.com/TwistTheNeil/rest-geoip)](https://goreportcard.com/report/github.com/TwistTheNeil/rest-geoip) -[![Docker Image CI (branch:main)](https://github.com/TwistTheNeil/rest-geoip/actions/workflows/docker-image.yml/badge.svg)](https://github.com/TwistTheNeil/rest-geoip/actions/workflows/docker-image.yml) +[![main build](https://github.com/TwistTheNeil/rest-geoip/actions/workflows/docker-build-latest.yml/badge.svg?branch=main)](https://github.com/TwistTheNeil/rest-geoip/actions/workflows/docker-build-latest.yml) +[![main docker image](https://github.com/TwistTheNeil/rest-geoip/actions/workflows/docker-publish-tags.yml/badge.svg)](https://github.com/TwistTheNeil/rest-geoip/actions/workflows/docker-publish-tags.yml) -** For v0.4.1, or any current or previous stable versions, look in the appropriate tag's branch. `main` will be in continuous development ** +***For any current or previous stable versions, look in the appropriate tag's branch. `main` will be in continuous development*** A self hosted geoip lookup application written in Go and Vue.js 3 which provides a client with information about their IP address or any other. It uses the [Maxmind](https://www.maxmind.com) GeoLite2-City database.