diff options
| -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 |