Skip to content

Commit

Permalink
fix(ci): fix the helm release process (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSp committed Jan 7, 2024
1 parent 5518f9c commit 2184eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: Release Helm Chart
run: |
REGISTRY=oci://registry-1.docker.io/casbin
cd charts/casdoor
helm package .
PKG_NAME=$(ls *.tgz)
helm repo index charts/casdoor --url $REGISTRY --merge index.yaml
helm repo index . --url $REGISTRY --merge index.yaml
helm push $PKG_NAME $REGISTRY
rm $PKG_NAME

0 comments on commit 2184eaf

Please sign in to comment.