mirror of
https://github.com/wahyd4/kubectl-helm-action.git
synced 2026-08-09 05:06:10 +10:00
10 lines
229 B
YAML
10 lines
229 B
YAML
name: 'kubectl & helm'
|
|
author: 'Junv'
|
|
description: 'A Github action for using kubectl and helm to deploy applications to Kubernetes cluster'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
branding:
|
|
icon: 'truck'
|
|
color: 'blue'
|