Gradle Plugins 1.6.1
This version fixes a bug in the Docker plugin.
- The
label
command function/builder now actually adds the labels to the Dockerfile; they were previously missing. - The
label
command function now includes an overload that allows you to skip using the builder if you only need one label.
Commits (1)
- b1225b: 1.6.1: Fix Docker
label
command.