Updated 20. Azure Devops pipelines (markdown)

Eduard Tomàs 2019-05-29 14:46:03 +02:00
parent ab9c222e0a
commit 058b218e46

@ -22,7 +22,7 @@ Plase, refer the [Azure Devops YAML build pipelines documentation](https://docs.
Each build generates the windows AND linux images (note that we could have two separated builds instead). Build pushes the images to [eshop Dockerhub](https://hub.docker.com/u/eshop/).
* Linux image have tag `linux-<branch>` where `<branch>` is the git branch that triggered the build.
* Windows image have tag `windows-<branch>` where `<branch>` is the git branch that triggered the build.
* Windows image have tag `win-<branch>` where `<branch>` is the git branch that triggered the build.
We have **multiarch tags**, for the tags `dev`, `master` and `latest`, so you don't need to use `win-dev` or `linux-dev`, the tag `dev` will pick the right architecture automatically. Only this three tags have multiarch, **and they are the only tags intended to be used**. The tag `dev` is the most updated.