From 69f96a071f3418b909a5b5ff23a6a486699b3835 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Fri, 27 Oct 2023 22:56:57 +0200 Subject: [PATCH] Set image name --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 773d7c2..d1b1ec1 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,9 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <configuration> + <imageName>registry.thecodelabs.de/tobisan/playwall-server</imageName> + </configuration> </plugin> </plugins> </build> -- GitLab