From a1bc28d73390854d4f54f281b163daa177c5670a Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Fri, 26 May 2023 12:50:45 +0200 Subject: [PATCH] docs: add docker image tags Signed-off-by: Timo Glastra --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e6790..72c2b3c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ + + GitHub release (latest by date) +

@@ -162,7 +165,9 @@ docker run \ ghcr.io/animo/animo-mediator:latest ``` -You can also adapt the `docker-compose.yml` file to your needs. Make sure to use the correct tag. By default `latest` will be used which can have unexpected breakage. See the releases for the latest stable tag. +Make sure to use the correct tag. By default `latest` will be used which can have unexpected breakage. See the releases for the latest stable tag. Currently the last released tag is ![GitHub release (latest by date)](https://img.shields.io/github/v/release/animo/animo-mediator?display_name=tag&label=tag) + +You can also adapt the `docker-compose.yml` file to your needs. ## Roadmap