From 45d373af2126bf1dbef146f0fec30bd8b56a7340 Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 30 Nov 2024 13:00:20 +0000 Subject: [PATCH] Update action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index daa4e41..ea25a30 100644 --- a/action.yml +++ b/action.yml @@ -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