Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabriciosanchez/5515a4b251216abb580952f1872b4750 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/5515a4b251216abb580952f1872b4750 to your computer and use it in GitHub Desktop.
Builds out a new docker image in ACR
# BUILDS A NEW IMAGE BY LEVERAGING ACR TASKS
az acr build --registry $ACR_NAME --image your-image-name-in-acr:version .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment