diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 5f6907d56..4c4e52045 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -33,6 +33,7 @@ steps: - task: Docker@2 displayName: build inputs: + containerRegistry: "GitHub Docker Package Registry - FilterLists" repository: "collinbarrett/filterlists/filterlists.web" command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile"