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.
1 parent 81cd697 commit 892dedfCopy full SHA for 892dedf
client/llb/source.go
@@ -226,7 +226,7 @@ type ImageInfo struct {
226
// Git returns a state that represents a git repository.
227
// Example:
228
//
229
-// st := llb.Git("https://github.com/moby/buildkit.git#v0.11.6")
+// st := llb.Git("https://github.com/moby/buildkit.git", "v0.11.6")
230
231
// The example fetches the v0.11.6 tag of the buildkit repository.
232
// You can also use a commit hash or a branch name.
0 commit comments