mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 09:27:16 +00:00
add repo url
This commit is contained in:
5
.github/workflows/charts.yaml
vendored
5
.github/workflows/charts.yaml
vendored
@@ -12,9 +12,8 @@ env:
|
||||
ACCESS_KEY: ${{ secrets.OSS_ACCESS_KEY }}
|
||||
ACCESS_KEY_SECRET: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
|
||||
|
||||
|
||||
jobs:
|
||||
update:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
@@ -48,6 +47,6 @@ jobs:
|
||||
- name: Package helm charts
|
||||
run: |
|
||||
helm package charts/vela-core --destination .oss/
|
||||
helm repo index .oss/
|
||||
helm repo index --url https://kubevelacharts.oss-cn-hangzhou.aliyuncs.com/core .oss/
|
||||
- name: sync local to cloud
|
||||
run: ./ossutil --config-file .ossutilconfig sync .oss/ oss://kubevelacharts/core
|
||||
Reference in New Issue
Block a user