File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change 1- self : play -> docker 1.3.3
1+ self : play -> docker 1.3.4
22
33configurations :
44 - provided :
You can’t perform that action at this time.
0 commit comments