feat: docker action
This commit is contained in:
parent
31fc935e0a
commit
bf8fbe74f6
4 changed files with 27 additions and 14 deletions
10
action.yaml
10
action.yaml
|
@ -9,11 +9,5 @@ inputs:
|
|||
description: Registry password
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: k8sdeploy
|
||||
run: ${{ gitea.action_path }}/k8sdeploy.sh
|
||||
env:
|
||||
ACTION_KUBECONFIG: ${{ inputs.kubeconfig }}
|
||||
ACTION_REGISTRY_USERNAME: ${{ inputs.registry_username }}
|
||||
ACTION_REGISTRY_PASSWORD: ${{ inputs.registry_password }}
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue