mirror of
https://github.com/moby/buildkit.git
synced 2026-08-10 17:14:08 +00:00
The previous check only checks for untyped nil, however, it's possible for the provenance capture to be a typed nil as well, so we need to check for this scenario as well. Signed-off-by: Justin Chadwell <me@jedevc.com>