I have created a monolith app using jhipster. I ran ./gradlew -Pprod bootJar jibDockerBuild --offline which created the onlinestore docker image on my local.
Now there are couple of things that I am not able to get my head around: 1. where do I put the configuration so that the created docker image can be pushed to my own docker hub. let's say I have created a docker hub registry for my app mandaltu123/onlinestore:latest.