We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e331202 + 93e92c7 commit fb49afdCopy full SHA for fb49afd
.github/actions/chart_releaser/cr.yaml
@@ -0,0 +1,4 @@
1
+owner: bcgov
2
+git-repo: indy-tails-server
3
+git-base-url: https://api.github.com/
4
+git-upload-url: https://uploads.github.com/
.github/workflows/chart_release.yaml
@@ -1,9 +1,8 @@
name: Helm Chart Release
on:
- push:
5
- tags:
6
- - 'v*'
+ release:
+ types: [published]
7
workflow_dispatch:
8
9
jobs:
@@ -48,6 +47,6 @@ jobs:
48
47
- name: Release workload charts
49
uses: ./.github/actions/chart_releaser
50
with:
51
- config: .github/cr.yaml
+ config: .github/actions/chart_releaser/cr.yaml
52
env:
53
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments