mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-14 11:48:53 +00:00
helm release when new tag will be publish (#929)
This commit is contained in:
parent
c605f316cb
commit
a514daf32e
2 changed files with 7 additions and 19 deletions
18
.github/workflows/helm-release.yaml
vendored
18
.github/workflows/helm-release.yaml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: helm-package
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- "*"
|
|
||||||
paths:
|
|
||||||
- 'charts/kyverno/**'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- uses: J12934/helm-gh-pages-action@master
|
|
||||||
with:
|
|
||||||
access-token: ${{ secrets.ACCESS_TOKEN }}
|
|
||||||
deploy-branch: gh-pages
|
|
||||||
charts-folder: charts
|
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: releaser
|
name: prereleaser
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -29,6 +29,12 @@ jobs:
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
- uses: J12934/helm-gh-pages-action@master
|
||||||
|
name: Run Helm Publish
|
||||||
|
with:
|
||||||
|
access-token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
deploy-branch: gh-pages
|
||||||
|
charts-folder: charts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue