-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaction.yml
38 lines (38 loc) · 881 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
35
36
37
38
name: Update Porter App
description: Update Porter App
inputs:
app:
description: name of application
required: true
cluster:
description: cluster ID of Porter cluster
required: true
dockerfile:
description: path to the dockerfile used to build the application
required: false
host:
description: host URL of Porter instance
required: false
namespace:
description: namespace for the application
required: false
default: default
path:
description: path to build directory
required: false
project:
description: project ID of Porter project
required: true
token:
description: token for Porter authentication
required: true
tag:
description: tag for the created image
required: false
default: latest
runs:
using: docker
image: Dockerfile
branding:
color: purple
icon: upload-cloud