From d06b923037fb59ab9622a3da0b9ba89cfdabbeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Podiv=C3=ADn?= <66251151+jpodivin@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:06:30 +0100 Subject: [PATCH] Adding TTs suggestion Co-authored-by: Tomas Tomecek --- openshift/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openshift/README.md b/openshift/README.md index bcc4c16..d325a31 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -62,7 +62,8 @@ make push-prod ``` Alternatively, when working with github repo, the image can be published -by simply creating a tag with name respecting [semver](https://semver.org/) convention. +by simply creating a tag with name respecting [semver](https://semver.org/) convention +and starting with 'v' prefix, i.e. `v0.0.4`. This will trigger github action in `docker-publish.yml`. New image will be created with the same tag and pushed to quay.io.