mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
Inline cache exporter can be set with multiple ways, doesn't have any attributes and can always only run one time. Instead of allowing multiple inline exporters where one gets ignored later when there is an attribute difference, or erroring when attributes are unset, just ignore the extra ones. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>