okteto / docker-desktop-extension

Docker Extension for Okteto
Apache License 2.0
5 stars 4 forks source link

automate publishing a new version to dockerhub #23

Closed rberrelleza closed 2 years ago

rberrelleza commented 2 years ago

Once we are in the extension store, all we need to do is publish a new version to dockerhub and it will be updated on all Docker Desktop instances. I think that we should have one image for development, and a separate one for "production". We can push the production to dockerhub using a GitHub action or something like that.

rlamana commented 2 years ago

Should we do this before Dockercon next week?

pchico83 commented 2 years ago

I will work on it today before making the repo public

pchico83 commented 2 years ago

This is now done

rlamana commented 2 years ago

@pchico83 Do I need to keep increasing the version number when I merge a change?

pchico83 commented 2 years ago

@rlamana no. to publish a new version, you have to create a release in github as we do for okteto/app