mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-23 23:26:40 +02:00
use default docker command line values for file when it is missing
Signed-off-by: Libo Zeng <libo@mabl.com>
This commit is contained in:
parent
f2a733f179
commit
a8587cb818
5 changed files with 3 additions and 12 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
@ -12987,7 +12987,7 @@ function getInputs(defaultContext) {
|
|||
return __awaiter(this, void 0, void 0, function* () {
|
||||
return {
|
||||
context: core.getInput('context') || defaultContext,
|
||||
file: core.getInput('file') || 'Dockerfile',
|
||||
file: core.getInput('file'),
|
||||
buildArgs: yield getInputList('build-args', true),
|
||||
labels: yield getInputList('labels', true),
|
||||
tags: yield getInputList('tags'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue