Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SharonHart committed Nov 14, 2024
1 parent f55b434 commit 1b8fe5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pipelines/templates/build-and-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ parameters:
type: string
default: 'docker-compose.yml'
steps:
- task: DockerCompose@1
- task: DockerCompose@0
displayName: Build Presidio Images
inputs:
action: Build services
dockerComposeFile: ${{ parameters.DOCKER_COMPOSE_FILE }}
azureContainerRegistry: ${{ parameters.REGISTRY_NAME }}
dockerComposeFileArgs: |
REGISTRY_NAME=
REGISTRY_NAME=${{ parameters.REGISTRY_NAME }}
IMAGE_PREFIX=${{ parameters.IMAGE_PREFIX }}
TAG=${{ parameters.TAG }}
projectName: 'microsoft_presidio'

Expand Down

0 comments on commit 1b8fe5d

Please sign in to comment.