From 73306d881e5632bcddfca9426ea069329fa2cc6f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 8 Dec 2019 15:04:36 -0600 Subject: [PATCH] include repo name in docker push --- 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 0b46b9d66..bfa45ad9a 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -32,7 +32,7 @@ steps: displayName: "build" inputs: containerRegistry: "collinbarrett-github-packages" - repository: "collinbarrett/filterlists.web" + repository: "collinbarrett/filterlists/filterlists.web" command: "build" Dockerfile: "web/Dockerfile" buildContext: "./web" @@ -45,7 +45,7 @@ steps: displayName: "push" inputs: containerRegistry: "collinbarrett-github-packages" - repository: "collinbarrett/filterlists.web" + repository: "collinbarrett/filterlists/filterlists.web" command: "push" tags: | latest