feat(docker): build and tag images during developpment cycle
Compare changes
There are no changes yet
No changes between feature/docker-build-and-tag and version 2
We want to tag images based on the different steps of the release cycle:
dev
images where developpement is integratedtesting
images where releases are stabilisedstable
images when the release is done
major
tag with only the first digit of the semantic version,
this tag will always point to the latest release of the major
versionminor
tag with only the first 2 digits of the semantic version,
this tag will always point to the latest release of the minor
versionrelease
tag with the full semantic versionlatest
/stable
point to the latest stable imageNo changes between feature/docker-build-and-tag and version 2