mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-15 16:07:11 +08:00
build: skip build ref and provenance metadata for subrequests
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@ -1228,7 +1228,7 @@ COPy --from=base \
|
||||
}
|
||||
var md mdT
|
||||
require.NoError(t, json.Unmarshal(dt, &md), dt)
|
||||
require.NotEmpty(t, md.BuildRef)
|
||||
require.Empty(t, md.BuildRef)
|
||||
require.Len(t, md.ResultJSON.Warnings, 3)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user