diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -440,7 +440,7 @@ </from> <to> <tags> - <tag>latest</tag> + <tag>${project.version}-latest</tag> </tags> <image>${docker.push.registry}/onap/${image.name}:${image.tag}</image> </to> |