Skip to content
Snippets Groups Projects
Commit 43596962 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4792 fixed image name in pom.xml

parent c187f0c3
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<name>Administration</name> <name>Administration</name>
<description>Administration Backend Project</description> <description>Administration Backend Project</description>
<properties> <properties>
<imageName>docker.ozg-sh.de/administration</imageName>
</properties> </properties>
<dependencies> <dependencies>
<!-- Spring --> <!-- Spring -->
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration> <configuration>
<image> <image>
<name>${spring-boot.build-image.imageName}:${env.BRANCH_NAME}-${project.version}</name> <name>${imageName}:${env.BRANCH_NAME}-${project.version}</name>
<publish>true</publish> <publish>true</publish>
</image> </image>
<docker> <docker>
...@@ -91,8 +91,8 @@ ...@@ -91,8 +91,8 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration> <configuration>
<image> <image>
<name>${spring-boot.build-image.imageName}:${env.BRANCH_NAME}-${project.version}</name> <name>${imageName}:${env.BRANCH_NAME}-${project.version}</name>
<tags>${spring-boot.build-image.imageName}:snapshot-latest</tags> <tags>${imageName}:snapshot-latest</tags>
<publish>true</publish> <publish>true</publish>
</image> </image>
<docker> <docker>
...@@ -121,8 +121,8 @@ ...@@ -121,8 +121,8 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration> <configuration>
<image> <image>
<name>${spring-boot.build-image.imageName}:${env.BRANCH_NAME}-${project.version}</name> <name>${imageName}:${env.BRANCH_NAME}-${project.version}</name>
<tags>${spring-boot.build-image.imageName}:latest</tags> <tags>${imageName}:latest</tags>
<publish>true</publish> <publish>true</publish>
</image> </image>
<docker> <docker>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment