diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-04-15 11:57:36 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-04-15 11:57:44 +0200 |
commit | bfba4727fb9da1579705f5b9b0a5dc1c37d13510 (patch) | |
tree | 40e2952dd4d0b3aff0f42b1381c9776938938637 /netconfsimulator/pom.xml | |
parent | a1e63389b8f56d979463a52cec20c5dc5f7f10f0 (diff) |
Fix tagging of netopeer image
Issue-ID: INT-1517
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Idfee1f28fffb67043381b3185f7aae949a2a52db
Diffstat (limited to 'netconfsimulator/pom.xml')
-rw-r--r-- | netconfsimulator/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 5896378..35ef1e5 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -297,6 +297,9 @@ <build> <contextDir>${project.basedir}</contextDir> <dockerFile>${project.basedir}/Dockerfile_netopeer</dockerFile> + <tags> + <tag>${project.version}-STAGE-${maven.build.timestamp}Z</tag> + </tags> <args> <PROXY>${proxy}</PROXY> </args> |