From 655da836cd1e0564954296f270ea7c114a70f62d Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 20:02:55 -0500 Subject: [PATCH] fix yaml layout (tried fixing auto w/pre-commit hook, and failed) --- azure-pipelines.web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 134b5b16c..c3c7c61d8 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -16,7 +16,7 @@ steps: "docker.pkg.github.com/collinbarrett/filterlists:$(Build.BuildId)" - task: Docker@2 - displayName: push + displayName: push inputs: containerRegistry: "GitHub Docker Package Registry - FilterLists" repository: "docker.pkg.github.com/collinbarrett/filterlists"