diff options
Diffstat (limited to 'datarouter-subscriber/pom.xml')
-rwxr-xr-x | datarouter-subscriber/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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> |