From 65c09d737e36edd3757b248967db252a7fff9e75 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 23 May 2020 21:24:42 +0200 Subject: [PATCH] Docs: Updated Container Registry Server example (#500) Azure Container Registry Login Server is usually the registry name combined with `azurecr.io`. --- docs/reference/schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/schema.md b/docs/reference/schema.md index ba832733..576f7b97 100644 --- a/docs/reference/schema.md +++ b/docs/reference/schema.md @@ -67,7 +67,7 @@ Allows storing the name of the container registry in configuration. This is used - Determining how to tag the images - Determining where to push the images -The registry could be a DockerHub username (`exampleuser`) or the hostname of a container registry (`example.azureci.io`). +The registry could be a DockerHub username (`exampleuser`) or the hostname of a container registry (`example.azurecr.io`). If this is not specified in configuration, interactive deployments will prompt for it. @@ -501,4 +501,4 @@ The path `/mypath` or `/mypath/` will match: #### `host` (`string`) -The host to match. \ No newline at end of file +The host to match.