updated location of dockerfile in pipeline
This commit is contained in:
parent
2e69f741c0
commit
6a2f23b87a
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue