diff --git a/pom.xml b/pom.xml
index 9a6dee720e62910c959d7ded6c35ffc793b50091..84d5dfd6d61585f4a17407c2afa19ffe34ca588b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
 				<groupId>org.springframework.boot</groupId>
 				<artifactId>spring-boot-maven-plugin</artifactId>
 				<configuration>
-					<imageName>registry.thecodelabs.de/tobisan/playwall-server</imageName>
+					<imageName>registry.thecodelabs.de/tobisan/playwall-server:${project.version}</imageName>
 				</configuration>
 			</plugin>
 		</plugins>