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: "."