From 6a2f23b87a01102915b4b3a2b117b1c4c35bb897 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Tue, 8 Apr 2025 12:59:35 -0400 Subject: [PATCH] updated location of dockerfile in pipeline --- playwright-tests/azure-pipelines-automated-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright-tests/azure-pipelines-automated-testing.yml b/playwright-tests/azure-pipelines-automated-testing.yml index d8619320c..78de01550 100644 --- a/playwright-tests/azure-pipelines-automated-testing.yml +++ b/playwright-tests/azure-pipelines-automated-testing.yml @@ -40,7 +40,7 @@ stages: displayName: 'Build Docker Image' inputs: command: build - dockerfile: Dockerfile.playwright + dockerfile: playwright-tests/Dockerfile.playwright repository: $(dockerImageName) tags: $(imageTag) arguments: '--no-cache --pull' @@ -107,7 +107,7 @@ stages: displayName: 'Build Docker Image' inputs: command: build - dockerfile: Dockerfile.playwright + dockerfile: playwright-tests/Dockerfile.playwright repository: $(dockerImageName) tags: $(imageTag) arguments: '--no-cache --pull'