Skip to content

Instantly share code, notes, and snippets.

@mikepfeiffer
Created November 12, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save mikepfeiffer/0717d2d58ac7e027b7d57b500e87df7e to your computer and use it in GitHub Desktop.
Save mikepfeiffer/0717d2d58ac7e027b7d57b500e87df7e to your computer and use it in GitHub Desktop.
Create ACR Task to Build Docker Image on GitHub Commit
az acr task create -t node-demo:{{.Run.ID}} -n node-demo -r <acr name> \
-f Dockerfile -c https://github.com/mikepfeiffer/node-docker-demo.git \
--pull-request-trigger-enabled true \
--git-access-token <token>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment