nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

fix 'no local package of name found' error when pushing local packages #1313

Closed girish-nanovms closed 2 years ago

girish-nanovms commented 2 years ago

currently when you create a package locally using from-docker or manually and try to upload it to repo.ops.city then ops throws error no local package with the name <name> found even if the package is present locally.

This PR fixes the above bug.