From dca2afa94ef1d059dca4705d0780acf53ae82f86 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 17 Apr 2025 14:11:07 +0300 Subject: [PATCH] update action --- .gitea/actions/k8s/action.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitea/actions/k8s/action.yaml b/.gitea/actions/k8s/action.yaml index ca12606..d503c80 100644 --- a/.gitea/actions/k8s/action.yaml +++ b/.gitea/actions/k8s/action.yaml @@ -1,10 +1,20 @@ -name: 'Docker build and push' -description: 'Setup docker, build image and push' +name: 'k8s deploy' +description: 'k8s deploy' inputs: - password: - description: 'Password or personal access token used to log against the Docker registry' + tag: required: false + type: string + default: latest + migrate: + type: boolean + default: false + configs: + type: boolean + default: false + environment: + type: string + required: true runs: using: 'composite'