Commit 64abc58 1 parent b4c1762 commit 64abc58 Copy full SHA for 64abc58
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ name: Generate Helm Docs
5
5
6
6
on :
7
7
push :
8
- tags :
9
- - " supermq-* "
8
+ branches :
9
+ - master
10
10
11
11
jobs :
12
12
generate-docs :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ name: "Publish charts to repo"
5
5
6
6
on :
7
7
push :
8
- tags :
9
- - " supermq-* "
8
+ branches :
9
+ - master
10
10
11
11
jobs :
12
12
publish :
36
36
helm repo add hashicorp https://helm.releases.hashicorp.com
37
37
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
38
38
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
39
+ helm repo add supermq https://absmach.github.io/supermq-devops/
39
40
helm repo update
40
41
41
42
- name : Update Helm dependencies
46
47
47
48
with :
48
49
charts_dir : charts
50
+ skip_existing : true
49
51
env :
50
52
CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments