Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascibien authored Nov 4, 2022
1 parent d2e1655 commit 97441d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ stages:
command: 'login'
- bash: docker buildx create --bootstrap --driver docker-container --use --platform linux/amd64,linux/arm64
displayName: 'Create multi-arch Docker Builder'
- bash: cd $(Build.SourcesDirectory)/MonMusique.Bot/ && docker buildx build --no-cache --push --platform linux/amd64,linux/arm64 -f Dockerfile --tag mattiascibien/image-search-bot:latest --tag mattiascibien/image-search-bot:$(Build.BuildNumber) .
- bash: docker buildx build --no-cache --push --platform linux/amd64,linux/arm64 -f Dockerfile --tag mattiascibien/image-search-bot:latest --tag mattiascibien/image-search-bot:$(Build.BuildNumber) .
displayName: 'Build and push Image'

0 comments on commit 97441d2

Please sign in to comment.