diff --git a/pom.xml b/pom.xml
index 077b48fde88e71032f040bf02219b5d8e0fb7b57..21fcc7c9154d5a3018254bdbc266610de63a18ac 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}</name>
+								<name>${CI_REGISTRY_IMAGE}/${project.artifactId}:0.0.1-main</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}</name>
+								<name>docker.ozg-sh.de/${project.artifactId}:0.0.1-main</name>
 								<tags>${IMAGE_TAGS}</tags>
 								<publish>true</publish>
 							</image>