-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
34 lines (34 loc) · 979 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: 'DigitalOcean kubectl Action'
author: Arnob Almazee
description: DigitalOcean kubectl image Update by using Github Action
branding:
color: 'blue'
icon: 'command'
runs:
using: 'docker'
image: 'docker://ghcr.io/arn-ob/do-kubectl-action:latest'
inputs:
do_access_token:
description: Access token for accessing the doctl.
required: true
do_cluster_certificate:
description: Cluster certificate for accessing the kubectl.
required: true
do_deployment_name:
description: App deployment name.
required: true
do_container_name:
description: App container name.
required: true
do_image_tag:
description: App build image and tag.
required: true
stdin:
description: File to read and pass as stdin to kubectl
required: false
args:
description: The arguments that you want to pass through to the kubectl command
required: true
outputs:
kubectl-out:
description: The output of the kubectl command