Skip to content

Commit

Permalink
add default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsongraca committed Jan 5, 2024
1 parent 049c8f0 commit 2f7f5bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<id>default-deploy</id>
Expand All @@ -148,6 +149,16 @@
<goal>push</goal>
</goals>
</execution>
<execution>
<id>tag-latest</id>
<goals>
<goal>tag</goal>
<goal>push</goal>
</goals>
<configuration>
<tag>latest</tag>
</configuration>
</execution>
</executions>
<configuration>
<repository>ghcr.io/nelsongraca/hubldap</repository>
Expand Down

0 comments on commit 2f7f5bd

Please sign in to comment.