Code Review
/
cps
/
ncmp-dmi-plugin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1d90226
)
Modifying docker tag to add project version so we can specify exact DMI version in...
97/125997/1
author
JosephKeenan
<joseph.keenan@est.tech>
Wed, 1 Dec 2021 09:46:58 +0000
(09:46 +0000)
committer
JosephKeenan
<joseph.keenan@est.tech>
Wed, 1 Dec 2021 09:55:49 +0000
(09:55 +0000)
Issue-ID: CPS-795
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: Iadd4ac79f5873a2e6e6acba40a1642f1ba87c4e2
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
cc74f4c
..
43f708f
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-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>