2024-04-30 21:08:27 +00:00
|
|
|
inputs:
|
|
|
|
kubeconfig:
|
|
|
|
description: kubeconfig file
|
|
|
|
required: true
|
|
|
|
registry_username:
|
|
|
|
description: Registry username
|
|
|
|
default: ${{ gitea.repository_owner }}
|
|
|
|
registry_password:
|
|
|
|
description: Registry password
|
2024-11-29 05:39:38 +00:00
|
|
|
workdir:
|
|
|
|
description: Working directory where to the action from
|
|
|
|
default: .
|
2024-04-30 21:08:27 +00:00
|
|
|
|
|
|
|
runs:
|
2024-05-10 10:31:05 +00:00
|
|
|
using: composite
|
|
|
|
steps:
|
|
|
|
- name: k8sdeploy
|
2024-11-29 04:46:13 +00:00
|
|
|
run: ${{ gitea.action_path }}/entrypoint.sh
|