Skip to content
Snippets Groups Projects
Commit 88ce4be7 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

add a dynamic image tag to the image name for nexus

parent 1885764b
No related branches found
No related tags found
1 merge request!3Fix overwriting latest Tag in CI
Pipeline #1715 passed
......@@ -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}:${PRIMARY_IMAGE_TAG}</name>
<tags>${IMAGE_TAGS}</tags>
<publish>true</publish>
</image>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment