diff options
Diffstat (limited to 'datarouter-node')
-rwxr-xr-x | datarouter-node/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 6ebfd967..a94c9288 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -157,13 +157,12 @@ <configuration> <images> <image> - <name>${datarouter.node.image.name}</name> + <name>${datarouter.node.image.name}:${dockertag1}</name> <build> <cleanup>try</cleanup> <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> <dockerFile>Dockerfile</dockerFile> <tags> - <tag>${dockertag1}</tag> <tag>${dockertag2}</tag> </tags> </build> |