aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-07-30 14:11:31 -0700
committerGravatar MarkKoz <[email protected]>2019-07-30 14:11:31 -0700
commitfe438297fb6314ab5c13ede0f8e084e27df19aa6 (patch)
tree276bd4a935d170f24e805d2ab16b20832d8edd07
parentBuild image with Docker task (diff)
Log into Docker Hub before build
-rw-r--r--azure-pipelines.yml4
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