mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Create charts.yaml
This commit is contained in:
committed by
GitHub
parent
90af2130e6
commit
6f123a49f7
15
.github/workflows/charts.yaml
vendored
Normal file
15
.github/workflows/charts.yaml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user