updated location of dockerfile in pipeline

This commit is contained in:
maguire-arman 2025-04-08 12:59:35 -04:00
parent 2e69f741c0
commit 6a2f23b87a

View file

@ -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'