Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Slight error in the readme #156

Open dalewking opened 4 years ago

dalewking commented 4 years ago

In this section of the Readme.md it says:

The following example task will tag the docker image as org.acme/bar:13.0

But I believe according to the snippet below that statement it would be tagged as org.acme/foobar:13.0