diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-26 13:48:12 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-26 13:56:58 +0200 |
commit | 770f5ec82f67f19c0a29f55f5761b31e1bbcb205 (patch) | |
tree | 471ba6a4e73ae5d504cdb1e265df03f4c62d9577 /certServiceClient | |
parent | 34d11834cbe76992246f3a4c5df5807af2e7d0d2 (diff) |
Add configuration for docker latest tag in .pom
Issue-ID: AAF-1152
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ic1db70b08e3595efa806a3ceb4bdac089f3c1acd
Diffstat (limited to 'certServiceClient')
-rw-r--r-- | certServiceClient/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 2698e50c..50ae677e 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -104,7 +104,7 @@ <images> <image> <alias>${project.artifactId}</alias> - <name>${docker-image.namespace}/${docker-image.name} + <name>${docker-image.namespace}/${docker-image.name}:${docker-image.tag.latest} </name> <registry>${docker-image.registry}</registry> <build> |