mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-12 14:17:12 +02:00
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -37134,7 +37134,7 @@ function getBuildArgs(inputs) {
|
||||
args.push('--cache-from', cacheFrom);
|
||||
}));
|
||||
yield asyncForEach(inputs.cacheTo, (cacheTo) => __awaiter(this, void 0, void 0, function* () {
|
||||
args.push('--cache-from', cacheTo);
|
||||
args.push('--cache-to', cacheTo);
|
||||
}));
|
||||
if (inputs.file) {
|
||||
args.push('--file', inputs.file);
|
||||
|
Reference in New Issue
Block a user