Breaking change for "build" command. It no longer pushes by default.
With this release, the build command will no longer push to container registry by default.
If you want to always push, then use either:
iotedgedev build --push
or
iotedgedev push
If you want to push, without building, then use this:
iotedgedev push --no-build