From 1a64a8bb1be4a48992c52ca712ec6efcd04a4565 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 08:14:03 -0500 Subject: [PATCH] Revert "try not specifying connection in build phase" This reverts commit c735b4945ce45eef3f1d866038a9318b057066a4. --- azure-pipelines.web.yaml | 1 + 1 file changed, 1 insertion(+) 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"