Skip to content

Commit

Permalink
buidl and push to acrbn (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
robch authored Sep 23, 2023
1 parent 9e3dfc0 commit a920dce
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .azure/pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,12 @@ jobs:
tag: 'bionic-$(AICLIVersion)'
steps:
- task: Docker@2
displayName: Build Docker image ($(dockerfile))
displayName: Build and Tag Docker image ($(dockerfile))
inputs:
command: 'build'
command: 'buildAndPush'
Dockerfile: $(dockerfile)
buildContext: '.'
tags: |
azure.ai.cli:$(tag)
arguments: '--build-arg AZURE_CLI_VERSION=$(AICLIVersion) --build-arg DOWNLOAD_SCRIPT=true'
- task: Docker@2
displayName: Push Docker image ($(dockerfile))
inputs:
command: 'push'
buildContext: '.'
containerRegistry: 'acrbn'
repository: 'azure.ai.cli'
tags: |
Expand Down

0 comments on commit a920dce

Please sign in to comment.