diff options
-rwxr-xr-x | datarouter-node/pom.xml | 3 | ||||
-rwxr-xr-x | datarouter-prov/pom.xml | 3 | ||||
-rwxr-xr-x | datarouter-subscriber/pom.xml | 3 |
3 files changed, 3 insertions, 6 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> diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 92a1bf46..8ecf1b95 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -212,13 +212,12 @@ <configuration> <images> <image> - <name>${datarouter.prov.image.name}</name> + <name>${datarouter.prov.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> diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index d7294a33..33c6cf45 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -109,13 +109,12 @@ <configuration> <images> <image> - <name>${datarouter.sub.image.name}</name> + <name>${datarouter.sub.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> |