Skip to content

Commit be159ea

Browse files
author
Ilya Radchenko
committed
Pass empty options to image.push
See #17 for details on the issue.
1 parent a3c6fe3 commit be159ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/push.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function (docker, config) {
88
console.log('pushing..');
99

1010
if (image) {
11-
image.push(function (err, pstream) {
11+
image.push({}, function (err, pstream) {
1212
if (err) {
1313
return done(err);
1414
}

0 commit comments

Comments
 (0)