mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00: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
|
@ -16,7 +16,6 @@ inputs:
|
|||
file:
|
||||
description: "Path to the Dockerfile"
|
||||
required: false
|
||||
default: './Dockerfile'
|
||||
build-args:
|
||||
description: "List of build-time variables"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue