Update Tag creation when pushing to docker hub

This commit is contained in:
Nicolas Héron 2020-10-28 15:38:41 +01:00
commit fd264ff7cc
6 changed files with 16 additions and 4 deletions

View file

@ -486,6 +486,7 @@
<descriptorRef>artifact</descriptorRef>
</assembly>
<tags>
<tag>${version.number}</tag>
<tag>latest</tag>
</tags>
</build>