With release pipelines you have the option to add an artifact. If the artifact is a Docker image, you can select the image tag when creating a new release (the screenshot shows an example).
With multi-stage pipelines being recommended as the future for deployments, is there any way to replicate the ability to select a Docker image tag at the start of a YAML pipeline in Azure Devops?


