added pipeline

This commit is contained in:
Flaminel
2024-11-09 23:45:18 +02:00
parent e95ff3914a
commit 2898662f7b
3 changed files with 41 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
on:
workflow_dispatch:
workflow_call:
jobs:
deploy:
uses: flmorg/universal-workflows/.github/workflows/chart.install.yml@main
with:
githubContext: ${{ toJSON(github) }}
chartRepo: oci://ghcr.io/flmorg
chartName: universal-chart
version: ^1.0.0
valuesPath: chart/values.yaml
releaseName: main
secrets: inherit