Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CyprienLecallier/b61d572772cc09fe020da1add1042ca3 to your computer and use it in GitHub Desktop.
Save CyprienLecallier/b61d572772cc09fe020da1add1042ca3 to your computer and use it in GitHub Desktop.
steps:
- task: Docker@2
displayName: Build
inputs:
command: build
containerRegistry: "ACR01"
repository: "image_name"
dockerfile: /path/to/Dockerfile
tags: |
$(Build.SourceVersion) # commit sha
latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment