Create charts.yaml

This commit is contained in:
Erèbe - Romain Gerard
2022-04-12 15:22:32 +02:00
committed by GitHub
parent 90af2130e6
commit 6f123a49f7

15
.github/workflows/charts.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: release-chart
on:
push:
branches: 'dev'
jobs:
release-chart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: lib/common/charts/qovery-shell-agent