Open pshirshov opened 7 years ago
Hi,
I wish to be able to set multiple tags per docker images produced by this tool.
Like
registry/branch/product:latest registry/branch/product:v1.0.0 registry/product:branch
For now it's impossible to do it with this tool because it does support only one tag per image. Docker plugins for other build systems (sbt, maven) can set multiple tags though, so it would be great to see such a feature here.
This looks like a duplicate of https://github.com/Transmode/gradle-docker/issues/50 where there are some suggested workarounds. But I agree that it is an important feature to have.
Hi,
I wish to be able to set multiple tags per docker images produced by this tool.
Like
For now it's impossible to do it with this tool because it does support only one tag per image. Docker plugins for other build systems (sbt, maven) can set multiple tags though, so it would be great to see such a feature here.