Skip to content

Commit 454c87e

Browse files
committed
v1.3.4
1 parent 524c6c0 commit 454c87e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/helpers/docker/DockerUtil.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ public static DockerClient createDockerClient() {
4646
builder.header("Authorization", "Basic " + getDockerAuthorization());
4747
}
4848
}
49-
if (getRegistryUsername() != null && getRegistryPassword() != null && getRegistryAddress() != null) {
50-
builder.registryAuthSupplier(new FixedRegistryAuthSupplier(getRegistryAuth(), null));
51-
}
49+
}
50+
if (getRegistryUsername() != null && getRegistryPassword() != null && getRegistryAddress() != null) {
51+
builder.registryAuthSupplier(new FixedRegistryAuthSupplier(getRegistryAuth(), null));
5252
}
5353
return builder.build();
5454
} catch (Exception e) {

conf/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
self: play -> docker 1.3.3
1+
self: play -> docker 1.3.4
22

33
configurations:
44
- provided:

0 commit comments

Comments
 (0)