diff options
| -rw-r--r-- | azure-pipelines.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 22f214226..21e2455b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ jobs:      inputs:        containerregistrytype: 'Container Registry' -      dockerRegistryEndpoint: 'Docker Hub' +      dockerRegistryEndpoint: 'DockerHub'        command: 'login'    - bash: sh scripts/deploy-azure.sh | 
