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'