mirror of https://github.com/openkruise/charts.git
Update publish action yaml
Signed-off-by: FillZpp <FillZpp.pub@gmail.com>
This commit is contained in:
parent
15e0d27f09
commit
219e8ecd4c
|
|
@ -17,13 +17,13 @@ jobs:
|
|||
- name: Install Helm
|
||||
uses: azure/setup-helm@v1
|
||||
|
||||
- name: Add dependency chart repos
|
||||
run: |
|
||||
helm repo add openkruise https://openkruise.github.io/charts
|
||||
helm repo add minio https://helm.min.io/
|
||||
helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
|
||||
helm repo add stable https://charts.helm.sh/stable
|
||||
helm repo add incubator https://charts.helm.sh/incubator
|
||||
# - name: Add dependency chart repos
|
||||
# run: |
|
||||
# helm repo add openkruise https://openkruise.github.io/charts
|
||||
# helm repo add minio https://helm.min.io/
|
||||
# helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
|
||||
# helm repo add stable https://charts.helm.sh/stable
|
||||
# helm repo add incubator https://charts.helm.sh/incubator
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config user.name "gh-actions"
|
||||
|
|
|
|||
Loading…
Reference in New Issue