diff --git a/20.-Azure-Devops-pipelines.md b/20.-Azure-Devops-pipelines.md index ff2825b..c6321af 100644 --- a/20.-Azure-Devops-pipelines.md +++ b/20.-Azure-Devops-pipelines.md @@ -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-` where `` is the git branch that triggered the build. -* Windows image have tag `windows-` where `` is the git branch that triggered the build. +* Windows image have tag `win-` where `` 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.