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