diff options
author | 2019-07-30 14:19:38 -0700 | |
---|---|---|
committer | 2019-07-30 14:19:38 -0700 | |
commit | 305afd1857dec25f979ac5700950f353ae41c14b (patch) | |
tree | 9633e51cb52cf367de0a981a23850b16d1e6c954 | |
parent | Fix login task syntax (diff) |
Login with v1 API
-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 fd8dd83..175ed16 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ jobs: displayName: 'Login to Docker Hub' inputs: command: login - containerRegistry: DockerHubV2 + containerRegistry: DockerHub - task: Docker@2 displayName: 'Build Base Image' |