Skip to content

Instantly share code, notes, and snippets.

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