From 2560f52bd264e35ba0a6ede4dab42381ffa67b16 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 20:39:34 -0500 Subject: [PATCH] specify reg and repo in build step --- azure-pipelines.web.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 483129d84..10b04786f 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -14,6 +14,8 @@ steps: - task: Docker@2 displayName: build inputs: + containerRegistry: "GitHub Docker Package Registry - FilterLists" + repository: "docker.pkg.github.com/collinbarrett/filterlists" command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile" buildContext: "."