diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 7c51c9a73..1c7d4143b 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -8,6 +8,7 @@ steps: - task: Docker@2 displayName: build inputs: + containerRegistry: "GitHub Docker Package Registry - FilterLists" repository: "docker.pkg.github.com/collinbarrett/filterlists" command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile" @@ -20,6 +21,7 @@ steps: displayName: push inputs: containerRegistry: "GitHub Docker Package Registry - FilterLists" + repository: "docker.pkg.github.com/collinbarrett/filterlists" command: "push" tags: | latest