Skip to content

Commit 529d653

Browse files
Merge pull request #240824 from AjayBathini-MSFT/patch-74
(AzureCXP) fixes MicrosoftDocs/azure-docs#110580
2 parents 56a066f + 47ab903 commit 529d653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-tutorial-build-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ az acr task create \
5252
--registry $ACR_NAME \
5353
--name taskhelloworld \
5454
--image helloworld:{{.Run.ID}} \
55-
--context https://github.com/$GIT_USER/acr-build-helloworld-node.git#main \
55+
--context https://github.com/$GIT_USER/acr-build-helloworld-node.git#master \
5656
--file Dockerfile \
5757
--git-access-token $GIT_PAT
5858
```

0 commit comments

Comments
 (0)