Skip to content
Snippets Groups Projects
Verified Commit eef10903 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-8252 add image names for spring boot apps in pom.xml

parent 9d2adeed
Branches fix-adding-datasets-for-users-and-editors
Tags
No related merge requests found
......@@ -175,6 +175,7 @@
<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS>
<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS>
</env>
<name>registry.opencode.de/sh/zit/ozg-cloud/app/${project.artifactId}</name>
<tags>${spring-boot.build-image.imageTags}</tags>
<publish>true</publish>
</image>
......
......@@ -160,6 +160,7 @@
<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS>
<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS>
</env>
<name>registry.opencode.de/sh/zit/ozg-cloud/app/${project.artifactId}</name>
<tags>${spring-boot.build-image.imageTags}</tags>
<publish>true</publish>
</image>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment