Skip to content

Commit a25facd

Browse files
authored
Merge pull request #102902 from dlepow/acrfix
[ACR] Tasks context update for Git commit
2 parents 9272877 + 9be7432 commit a25facd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/container-registry/container-registry-tasks-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following table shows a few examples of supported context locations for ACR
117117
| GitHub master branch | Files within the master (or other default) branch of a public or private GitHub repository. | `https://github.com/gituser/myapp-repo.git` |
118118
| GitHub branch | Specific branch of a public or private GitHub repo.| `https://github.com/gituser/myapp-repo.git#mybranch` |
119119
| GitHub subfolder | Files within a subfolder in a public or private GitHub repo. Example shows combination of a branch and subfolder specification. | `https://github.com/gituser/myapp-repo.git#mybranch:myfolder` |
120+
| GitHub commit | Specific commit in a public or private GitHub repo. Example shows combination of a commit hash (SHA) and subfolder specification. | `https://github.com/gituser/myapp-repo.git#git-commit-hash:myfolder` |
120121
| Azure DevOps subfolder | Files within a subfolder in a public or private Azure repo. Example shows combination of branch and subfolder specification. | `https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder` |
121122
| Remote tarball | Files in a compressed archive on a remote webserver. | `http://remoteserver/myapp.tar.gz` |
122123

0 commit comments

Comments
 (0)