From ad1f5f3ea897d47f6cbb462389cdeb3c4c331054 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Fri, 27 Oct 2023 23:19:43 +0200 Subject: [PATCH] Add version to image name --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a6dee7..84d5dfd 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> -- GitLab