Skip to content

Commit

Permalink
No more latest tag on docker automatically created.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardossz committed Jul 14, 2017
1 parent a26f222 commit 2d24e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</goals>
<configuration>
<image>lambdacube/indra:${project.version}-${buildNumber}</image>
<newName>lambdacube/indra:latest</newName>
<newName>lambdacube/indra:${project.version}</newName>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 2d24e2b

Please sign in to comment.