update action
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
name: 'Docker build and push'
|
||||
description: 'Setup docker, build image and push'
|
||||
name: 'k8s deploy'
|
||||
description: 'k8s deploy'
|
||||
|
||||
inputs:
|
||||
password:
|
||||
description: 'Password or personal access token used to log against the Docker registry'
|
||||
tag:
|
||||
required: false
|
||||
type: string
|
||||
default: latest
|
||||
migrate:
|
||||
type: boolean
|
||||
default: false
|
||||
configs:
|
||||
type: boolean
|
||||
default: false
|
||||
environment:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
|
||||
Reference in New Issue
Block a user