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