Skip to content
Snippets Groups Projects

Fix overwriting latest Tag in CI

Merged Lukas Malte Monnerjahn requested to merge fix-ci-latest-tag into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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>
Loading