balena-io-modules / balena-multibuild

Build docker compositions with node!
4 stars 0 forks source link

Avoid overwriting docker build options with undefined values #86

Closed pdcastro closed 4 years ago

pdcastro commented 4 years ago

This PR fixes a "potential" bug. I have not actually come across a problem in practice, but while integrating the latest version of multibuild in the balena CLI, I noticed that the platform and registryconfig docker build options could be overwritten with undefined (as explained in a comment) which is not ideal and didn't happen before PR #85.

Change-type: patch