Update action.yml
This commit is contained in:
parent
aebe9a9e6e
commit
45d373af21
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ inputs:
|
|||
docker_file:
|
||||
description: 'Path to the Dockerfile. Default to Dockerfile. It must be in the context. If set, this action passes the relative path to Kaniko, same as the behavior of docker build --dockerfile'
|
||||
required: false
|
||||
build_args:
|
||||
description: |
|
||||
Build arguments to pass to Kaniko. Each line represents a separate
|
||||
build argument in the format KEY=VALUE.
|
||||
required: false
|
||||
push:
|
||||
description: "Push an image to the registry. Default to true"
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue