Skip to content
Commit 8042367c authored by Daniel Dehennin's avatar Daniel Dehennin
Browse files

ci(release): tag docker images based on release cycle

We want to tag images based on the different steps of the release
cycle:

- user contribution branches have a nice `${CI_COMMIT_REF_SLUG}` name
  for easier use
- `dev` images where developpement is integrated
- `testing` images where releases are stabilised
- `stable` 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
    version
  - `minor` tag with only the first 2 digits of the semantic version,
    this tag will always point to the latest release of the minor
    version
  - `release` tag with the full semantic version
  - `latest`/`stable` point to the latest stable image
parent 90c4b8ac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment