}
String tag = DockerHelper.getProperty(DockerConstants.DOCKER_TAG, configuration, message, String.class);
if (tag != null) {
commitCmd.withTag(tag);
}
String author = DockerHelper.getProperty(DockerConstants.DOCKER_TAG, configuration, message, String.class);
if (author != null) {