From d6c889e2bab348d369408937488208591f4d75dd Mon Sep 17 00:00:00 2001 From: Aris Chow Date: Fri, 28 Aug 2020 13:42:43 +0800 Subject: [PATCH] feat: build_options input && pin the image version Signed-off-by: Aris Chow --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b296617..48284f3 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: color: 'blue' runs: using: docker - image: docker://arischow/github-actions:build-options + image: docker://arischow/github-actions:v1.2.0 args: - build-push inputs: @@ -64,3 +64,6 @@ inputs: description: Whether to push the image required: false default: true + build_options: + description: other extra build options (e.g. --ssh default) + required: false