diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-26 12:57:06 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-26 13:04:33 +0200 |
commit | 740193e0295ab7f48a8c92c2418be96b0edff290 (patch) | |
tree | 6470e7556a2b8fd56b4b1dc8b89a111b986962db /certServiceClient | |
parent | 9ce9f75f9cc167b1ad372f0daa4bc4bb0d78b877 (diff) |
Change docker images latest tag
Change 'latest' tag to 'frankfurt-latest' to avoid overriding master and frankfurt images
Issue-ID: AAF-1152
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I4100a4b98f50680fb33a699b9790ef9fa0d69d86
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 75a5a333..04683f81 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -103,7 +103,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> |