Created
          November 12, 2020 13:09 
        
      - 
      
 - 
        
Save mikepfeiffer/0717d2d58ac7e027b7d57b500e87df7e to your computer and use it in GitHub Desktop.  
    Create ACR Task to Build Docker Image on GitHub Commit
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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