From b30e0097a4fec0a69553347124d16b1cee3d5502 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Marques?= <joao.marques@tecnativa.com>
Date: Mon, 5 Jul 2021 07:56:12 +0100
Subject: [PATCH] Update README info after #40

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1899b93..23f0f1f 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,13 @@ info, notice, warning, err, crit, alert and emerg.
 
 ## Image tags
 
-Right now, the only supported tag in our container images is `:latest`.
+Right now, the only supported tags in our container images are the ones following this
+rules:
+
+1. Each individual git released version will result in an image being tagged with the
+   correspondent `:{{version}}`
+1. `:latest` will refer to the latest _released_ version in git.
+1. `:edge` will be the version that is in the repo's master branch
 
 Any other tag you find in our [Docker Hub image][dh-img] is deprecated.
 
-- 
GitLab