Skip to content

Commit 2177a66

Browse files
committed
address PR comments
1 parent 32c42f6 commit 2177a66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-registry/container-registry-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Configure the Docker proxy to output of the previous command and the port 8888 (
412412

413413
- [How do I batch cancel runs?](#how-do-i-batch-cancel-runs)
414414
- [How do I include the .git folder in az acr build command?](#how-do-i-include-the-git-folder-in-az-acr-build-command)
415-
- [Does Tasks support GitLab for Source commit trigger?](#does-tasks-support-gitlab-for-source-commit-trigger)
415+
- [Does Tasks support GitLab for Source triggers?](#does-tasks-support-gitlab-for-source-triggers)
416416
- [What git repository management service does Tasks support?](#what-git-repository-management-service-does-tasks-support)
417417

418418
### How do I batch cancel runs?
@@ -434,14 +434,14 @@ If you pass a local source folder to the `az acr build` command, the `.git` fold
434434

435435
This setting also applies to the `az acr run` command.
436436

437-
### Does Tasks support GitLab for Source commit trigger?
437+
### Does Tasks support GitLab for Source triggers?
438438

439-
We currently do not support GitLab for Source commit trigger.
439+
We currently do not support GitLab for Source triggers.
440440

441441
### What git repository management service does Tasks support?
442442

443443
| Git service | Source context | Manual build | Auto build through commit trigger |
444-
|---|---|---|---|---|
444+
|---|---|---|---|
445445
| GitHub | https://github.com/user/myapp-repo.git#mybranch:myfolder | Yes | Yes |
446446
| Azure Repos | https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder | Yes | Yes |
447447
| GitLab | https://gitlab.com/user/myapp-repo.git#mybranch:myfolder | Yes | No |

0 commit comments

Comments
 (0)