We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4e37c commit 3bcd138Copy full SHA for 3bcd138
1 file changed
src/main/java/com/kpelykh/docker/client/DockerClient.java
@@ -672,7 +672,7 @@ public ClientResponse build(File dockerFolder) throws DockerException {
672
}
673
674
public ClientResponse build(File dockerFolder, String tag) throws DockerException {
675
- return this.build(dockerFolder, null, false);
+ return this.build(dockerFolder, tag, false);
676
677
678
public ClientResponse build(File dockerFolder, String tag, boolean noCache) throws DockerException {
0 commit comments