1
0
Fork 0

Update action.yml

This commit is contained in:
Tommy 2024-11-30 13:00:20 +00:00
parent aebe9a9e6e
commit 45d373af21
No known key found for this signature in database
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -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