Skip to content

Commit

Permalink
fix: container image tags
Browse files Browse the repository at this point in the history
Signed-off-by: MatheusVict <[email protected]>
  • Loading branch information
MatheusVict committed Mar 4, 2024
1 parent 5de075f commit 63333e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
<artifactId>lombok</artifactId>
</exclude>
</excludes>
<image>
<name>matheusvict/${project.artifactId}:${project.version}</name>
</image>
<pullPolicy>IF_NOT_PRESENT</pullPolicy>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 63333e0

Please sign in to comment.