From 9606b4eb065f31cf407fb464eb9f9b1f71948dbe Mon Sep 17 00:00:00 2001 From: avulakishore11 <134989441+avulakishore11@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:48:41 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 56a0be95c3..4432b9cf11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ stages: inputs: containerRegistry: 'webgoat-dcr' repository: 'game-of-life' - command: 'build' + command: 'buildPush' Dockerfile: '**/dockerfile' addPipelineData: false addBaseImageData: false