bmuschko/gradle-docker-plugin

missing image name and tag with docker-remote-api

genbutsu opened this issue · 1 comments

Expected Behavior

when creating a docker image with docker-remote-api, is there any command to set NAME+TAG?
I'm searching command to set it in "createDockerImage"

Current Behavior

no image name and or tag

Context

id 'com.bmuschko.docker-remote-api' version '9.1.0'

task createDockerImage(type: DockerBuildImage) {

All properties of the task are documented in the Javadoc. The user guide has full examples.