From 454cf934691ca35b4fa622041bc21015590c7e80 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 20:48:45 -0500 Subject: [PATCH] simplify repo def --- azure-pipelines.web.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 71fad3918..07660c6c7 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -9,7 +9,7 @@ steps: displayName: build inputs: containerRegistry: "GitHub Docker Package Registry - FilterLists" - repository: "docker.pkg.github.com/collinbarrett/filterlists" + repository: collinbarrett/filterlists command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile" buildContext: "." @@ -27,7 +27,7 @@ steps: displayName: push inputs: containerRegistry: "GitHub Docker Package Registry - FilterLists" - repository: "docker.pkg.github.com/collinbarrett/filterlists" + repository: collinbarrett/filterlists command: "push" tags: | latest