We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56a066f + 47ab903 commit 529d653Copy full SHA for 529d653
articles/container-registry/container-registry-tutorial-build-task.md
@@ -52,7 +52,7 @@ az acr task create \
52
--registry $ACR_NAME \
53
--name taskhelloworld \
54
--image helloworld:{{.Run.ID}} \
55
- --context https://github.com/$GIT_USER/acr-build-helloworld-node.git#main \
+ --context https://github.com/$GIT_USER/acr-build-helloworld-node.git#master \
56
--file Dockerfile \
57
--git-access-token $GIT_PAT
58
```
0 commit comments