feat: docker action

This commit is contained in:
ange 2024-05-10 11:59:11 +02:00
parent 31fc935e0a
commit bf8fbe74f6
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
4 changed files with 27 additions and 14 deletions

View file

@ -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