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.
1 parent 070e8f5 commit f5940f5Copy full SHA for f5940f5
articles/container-apps/github-actions-cli.md
@@ -88,7 +88,7 @@ az containerapp github-action add \
88
```azurecli
89
az containerapp github-action add `
90
--repo-url "https://github.com/<OWNER>/<REPOSITORY_NAME>" `
91
- --content-path "./dockerfile" `
+ --context-path "./dockerfile" `
92
--branch <BRANCH_NAME> `
93
--name <CONTAINER_APP_NAME> `
94
--resource-group <RESOURCE_GROUP> `
0 commit comments