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 /certService/pom.xml | |
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 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 686e0d8d..5cc45cd5 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -161,7 +161,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> |