From 3d75494833fad48fd7badb6530f37235607a6adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jose=20Mi=C3=B1o=20-=20TN?= <87651687+jj-mino@users.noreply.github.com> Date: Fri, 15 Oct 2021 12:31:48 -0300 Subject: [PATCH] Added 'quiet' docker arg support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan MiƱo --- dist/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 88ca69a..3942385 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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__; /******/ /******/ })() -; \ No newline at end of file +;