From a90c4f0bbc68632fe498d42f0a7ad78e52789b0f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 20:35:36 -0500 Subject: [PATCH] add login step --- azure-pipelines.web.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 1c7d4143b..92029a0fa 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -6,10 +6,13 @@ pool: steps: - task: Docker@2 - displayName: build inputs: containerRegistry: "GitHub Docker Package Registry - FilterLists" - repository: "docker.pkg.github.com/collinbarrett/filterlists" + command: login + + - task: Docker@2 + displayName: build + inputs: command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile" buildContext: "."