From 3129db750d74e6924fb5b52996054568f868bdf6 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 19:51:28 -0500 Subject: [PATCH] re-gen build and push --- azure-pipelines.web.yaml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 4f5e9d1f4..9cdd5a344 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -6,27 +6,19 @@ pool: steps: - task: Docker@2 - displayName: login to github package registry inputs: - containerRegistry: "GitHub Docker Package Registry - FilterLists" - command: login - - - task: Docker@2 - displayName: build - inputs: - command: build - Dockerfile: src/FilterLists.Web/Dockerfile - buildContext: . + command: "build" + Dockerfile: "src/FilterLists.Web/Dockerfile" + buildContext: "." tags: | latest $(Build.BuildId) - task: Docker@2 - displayName: push inputs: containerRegistry: "GitHub Docker Package Registry - FilterLists" - repository: collinbarrett/FilterLists/filterlists.web - command: push + repository: "docker.pkg.github.com/collinbarrett/filterlists" + command: "push" tags: | latest $(Build.BuildId)