Skip to content

Commit

Permalink
docs: add docker image tags
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed May 26, 2023
1 parent 83f61b7 commit a1bc28d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<a href="https://typescriptlang.org">
<img src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg" />
</a>
<a href="https://github.com/animo/animo-mediator/pkgs/container/animo-mediator">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/animo/animo-mediator?display_name=tag&label=docker%20tag">
</a>
</p>

<p align="center">
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a1bc28d

Please sign in to comment.