diff options
author | 2018-11-16 11:40:15 +0000 | |
---|---|---|
committer | 2018-11-16 11:40:15 +0000 | |
commit | 1c082d81292fe845031b69d2670efb119a1b8256 (patch) | |
tree | fae8babed414c15e9842842abf14a6266b39c73d | |
parent | Azure: Move branch trigger to Docker build script (diff) |
Azure: Remove space from Docker service name
-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 |