vendor: update buildkit to v0.24.0-rc2

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2025-08-29 14:49:16 -07:00
parent ce3592e4ab
commit 1f39ad2001
14 changed files with 284 additions and 74 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ func valueFiler(key, value, sep string) matchFunc {
recValue = v
} else {
if context, ok := rec.FrontendAttrs["context"]; ok {
if ref, err := dfgitutil.ParseGitRef(context); err == nil {
if ref, _, err := dfgitutil.ParseGitRef(context); err == nil {
recValue = ref.Remote
}
}