Added 'quiet' docker arg support

Signed-off-by: Juan Miño <juan.mino@truenorth.co>
pull/486/head
Juan Jose Miño - TN 4 years ago committed by Juan Miño
parent 5e11b373bf
commit 3d75494833

6
dist/index.js generated vendored

@ -386,8 +386,8 @@ function getCommonArgs(inputs) {
if (inputs.network) {
args.push('--network', inputs.network);
}
if (inputs.push) {
args.push('--push');
if (inputs.quiet) {
args.push('--quiet');
}
return args;
});
@ -17274,4 +17274,4 @@ module.exports = require("zlib");;
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
;

Loading…
Cancel
Save