Update .github/workflows/deployk8s.yaml

This commit is contained in:
2025-12-19 12:44:06 +00:00
parent b91d822d12
commit 26d0ef1b21

View File

@@ -24,6 +24,12 @@ on:
name:
type: string
required: false
tests:
type: string
default: true
vault:
type: string
default: true
jobs:
deploy:
@@ -52,8 +58,8 @@ jobs:
migrate: ${{ inputs.migrate }}
appName: ${{ inputs.name || github.event.repository.name }}
optionName: ${{ input.name || print "images." github.event.repository.name }}
tests: true
vault: true
tests: ${{ inputs.tests }}
vault: ${{ inputs.vault }}
- name: post-notify
if: always()
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main