From 5f27019096b51e073ed9e916506d31465ac99950 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 18:46:11 -0500 Subject: [PATCH] exclude pipeline metadata labels --- azure-pipelines.web.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 6337323f0..9d26bd8b1 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -41,6 +41,7 @@ steps: tags: | latest $(Build.BuildId) + addPipelineData: false - task: Docker@2 displayName: "push"