Attempt #11
This commit is contained in:
parent
800b26b6b4
commit
7f04af2a66
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ stages:
|
|||
- job: build_docker_image
|
||||
steps:
|
||||
- script: |
|
||||
docker build -t $(dockerImageName):$(imageTag) . --no-cache --pull
|
||||
docker build -f Dockerfile.playwright -t $(dockerImageName):$(imageTag) . --no-cache --pull
|
||||
docker save -o docker_build.tar $(dockerImageName):$(imageTag)
|
||||
displayName: Save docker image as tar
|
||||
- task: PublishPipelineArtifact@1
|
||||
|
|
|
|||
Loading…
Reference in a new issue