diff --git a/pom.xml b/pom.xml
index 21fcc7c9154d5a3018254bdbc266610de63a18ac..749744884f1c1ad65988530a7e661f46a835e196 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
 						<artifactId>spring-boot-maven-plugin</artifactId>
 						<configuration>
 							<image>
-								<name>${CI_REGISTRY_IMAGE}/${project.artifactId}:0.0.1-main</name>
+								<name>${CI_REGISTRY_IMAGE}</name>
 								<tags>${IMAGE_TAGS}</tags>
 								<publish>true</publish>
 							</image>
@@ -272,7 +272,7 @@
 						<artifactId>spring-boot-maven-plugin</artifactId>
 						<configuration>
 							<image>
-								<name>docker.ozg-sh.de/${project.artifactId}:0.0.1-main</name>
+								<name>docker.ozg-sh.de/${project.artifactId}</name>
 								<tags>${IMAGE_TAGS}</tags>
 								<publish>true</publish>
 							</image>