Skip to content
Snippets Groups Projects
Commit 48e2f19a authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-8252 use artifactId of parent for image name

parent a4c8827f
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<image>
<name>${ozgcloud.docker.registry}/${project.artifactId}:${ozgcloud.docker.imageTag}</name>
<name>${ozgcloud.docker.registry}/${project.parent.artifactId}:${ozgcloud.docker.imageTag}</name>
<publish>true</publish>
</image>
</configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment