You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-tasks-overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ The following table shows a few examples of supported context locations for ACR
117
117
| 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`|
118
118
| GitHub branch | Specific branch of a public or private GitHub repo.|`https://github.com/gituser/myapp-repo.git#mybranch`|
119
119
| 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`|
120
121
| 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`|
121
122
| Remote tarball | Files in a compressed archive on a remote webserver. |`http://remoteserver/myapp.tar.gz`|
0 commit comments