Hi folks!
Sometimes we need the docker image of the InterSystems IRIS solution we build to be published on some docker registry. The cases could be:
- Deploy it then in Kubernetes cluster
- Let your pal run the image of your public repo without building it locally.
You can push the image to Docker Hub Registry or Github Registry.
In this very short article, I provide a way how to do it automatically on every push to your GitHub repository.