mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-17 18:28:00 -05:00
19 lines
424 B
YAML
19 lines
424 B
YAML
on:
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
push:
|
|
paths:
|
|
- 'chart/**'
|
|
branches: [ main ]
|
|
|
|
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 |