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