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 751420a + f5940f5 commit f2956e7Copy full SHA for f2956e7
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