guardian
guardian copied to clipboard
chore: Git and Docker images tags should have the same syntax
Problem description
Guardian uses different tags for the git repository (e.g., v3.3.0, v3.4.0-rc, etc.) and for the docker images (i.e., 3.3.0, 3.4.0-rc, etc.). The difference can create issues when working with multiple instances or containers.
Requirements
Use the same syntax for git and docker images tags.
Definition of done
- Remove the
vfrom the git tags OR add thevin the docker images tags
Alternative solution:
- Add two tags for each release both for git and the docker images, so the developers can use seamlessly the
vor notvversion on both platform.
Acceptance criteria
The CI/CD Github pipeline and all the Guardian local build configurations should work as expected and they should use the same tag syntax.