From 67b1d36262812e603b2b0d208af8b79a1fa29def Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 07:58:09 -0500 Subject: [PATCH] specify reg to fully qualify tags during build --- azure-pipelines.web.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 39cb205e2..9bc4f6893 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" command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile"