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' displayName: 'Build Docker Image'
inputs: inputs:
command: build command: build
dockerfile: Dockerfile.playwright dockerfile: playwright-tests/Dockerfile.playwright
repository: $(dockerImageName) repository: $(dockerImageName)
tags: $(imageTag) tags: $(imageTag)
arguments: '--no-cache --pull' arguments: '--no-cache --pull'
@ -107,7 +107,7 @@ stages:
displayName: 'Build Docker Image' displayName: 'Build Docker Image'
inputs: inputs:
command: build command: build
dockerfile: Dockerfile.playwright dockerfile: playwright-tests/Dockerfile.playwright
repository: $(dockerImageName) repository: $(dockerImageName)
tags: $(imageTag) tags: $(imageTag)
arguments: '--no-cache --pull' arguments: '--no-cache --pull'