Skip to content

Commit a8a0a00

Browse files
committed
Add chart publish to ci
1 parent 6da8d5a commit a8a0a00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,10 @@ jobs:
8787
# push: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
8888
push: true
8989
tags: ${{ steps.meta.outputs.tags }}
90+
91+
92+
- name: Publish chart
93+
run: |
94+
helm dependencies update helm
95+
helm package helm --version ${GITHUB_REF##*/} --app-version ${GITHUB_REF##*/} -d /tmp/
96+
helm push /tmp/helm-${GITHUB_REF##*/}.tgz oci://ghcr.io/diamondlightsource/charts

0 commit comments

Comments
 (0)