Update .github/workflows/deployk8s.yaml
This commit is contained in:
5
.github/workflows/deployk8s.yaml
vendored
5
.github/workflows/deployk8s.yaml
vendored
@@ -24,6 +24,9 @@ on:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
option:
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
tests:
|
tests:
|
||||||
type: string
|
type: string
|
||||||
default: true
|
default: true
|
||||||
@@ -57,7 +60,7 @@ jobs:
|
|||||||
tag: ${{ inputs.tag }}
|
tag: ${{ inputs.tag }}
|
||||||
migrate: ${{ inputs.migrate }}
|
migrate: ${{ inputs.migrate }}
|
||||||
appName: ${{ inputs.name || github.event.repository.name }}
|
appName: ${{ inputs.name || github.event.repository.name }}
|
||||||
optionName: ${{ input.name || print "images." github.event.repository.name }}
|
optionName: ${{ input.option || print "images." github.event.repository.name }}
|
||||||
tests: ${{ inputs.tests }}
|
tests: ${{ inputs.tests }}
|
||||||
vault: ${{ inputs.vault }}
|
vault: ${{ inputs.vault }}
|
||||||
- name: post-notify
|
- name: post-notify
|
||||||
|
|||||||
Reference in New Issue
Block a user