In the old plugin (docker-maven-plugin) it was possible to specify the image name.
<imageName>example</imageName>
Is there a way to do this with this plugin?
I think I got it:
<repository>my-repo/example</repository>
Most helpful comment
I think I got it: