File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/manuals/build/concepts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ also supported. URL queries are more structured and recommended over [URL fragme
254254$ docker buildx build ' https://github.com/user/myrepo.git?branch=container&subdir=docker'
255255```
256256
257- | Build Syntax Suffix | Commit Used | Build Context Used |
257+ | Build syntax suffix | Commit used | Build context used |
258258| -------------------------------------------- | ----------------------------- | ------------------ |
259259| ` myrepo.git ` | ` refs/heads/<default branch> ` | ` / ` |
260260| ` myrepo.git?tag=mytag ` | ` refs/tags/mytag ` | ` / ` |
@@ -265,7 +265,7 @@ $ docker buildx build 'https://github.com/user/myrepo.git?branch=container&subdi
265265| ` myrepo.git?tag=mytag&subdir=myfolder ` | ` refs/tags/mytag ` | ` /myfolder ` |
266266| ` myrepo.git?branch=mybranch&subdir=myfolder ` | ` refs/heads/mybranch ` | ` /myfolder ` |
267267
268- A commit hash can be specified as a ` checksum ` (alias ` commit ` ) query, along
268+ A commit hash can be specified as a ` checksum ` (alias ` commit ` ) query, along with
269269` tag ` , ` branch ` , or ` ref ` queries to verify that the reference resolves to the
270270expected commit:
271271
You can’t perform that action at this time.
0 commit comments