Skip to content

Commit 592fa43

Browse files
authored
Merge pull request #1174 from LiZhenCheng9527/auto-helm-push
Ability to automatically push helm packages at publicize release
2 parents b86f8e0 + 6d47df0 commit 592fa43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ jobs:
5959
with:
6060
files: |
6161
out/charts/kmesh-helm-${{ github.ref_name }}.tgz
62+
- name: Login to Github Container Registry
63+
run: echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u $ --password-stdin
64+
- name: Push kmesh helm package
65+
run: make helm-push CHART_VERSION=${{ github.ref_name }}

0 commit comments

Comments
 (0)