1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-03 13:40:07 +02:00

Added 'quiet' docker arg support

This commit is contained in:
Juan Jose Miño - TN 2021-10-15 12:31:48 -03:00 committed by GitHub
parent 5e11b373bf
commit bfba4d8913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
dist/index.js generated vendored
View file

@ -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__;
/******/
/******/ })()
;
;