19 lines
422 B
YAML
19 lines
422 B
YAML
inputs:
|
|
kubeconfig:
|
|
description: kubeconfig file
|
|
required: true
|
|
registry_username:
|
|
description: Registry username
|
|
default: ${{ gitea.repository_owner }}
|
|
registry_password:
|
|
description: Registry password
|
|
workdir:
|
|
description: Working directory where to the action from
|
|
default: .
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: k8sdeploy
|
|
run: ${{ gitea.action_path }}/entrypoint.sh
|