diff options
| author | 2019-07-30 14:11:31 -0700 | |
|---|---|---|
| committer | 2019-07-30 14:11:31 -0700 | |
| commit | fe438297fb6314ab5c13ede0f8e084e27df19aa6 (patch) | |
| tree | 276bd4a935d170f24e805d2ab16b20832d8edd07 | |
| parent | Build image with Docker task (diff) | |
Log into Docker Hub before build
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a2d5452..7155fb1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,6 +33,10 @@ jobs: enabled: false - task: Docker@2 + displayName: 'Login to Docker Hub' + containerRegistry: DockerHubV2 + + - task: Docker@2 displayName: 'Build Base Image' inputs: command: build |