Skip to content

Commit b19e8ee

Browse files
Use glob for OCI push so tag version need not match Chart.yaml version
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b37ce47 commit b19e8ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
- name: Package and push chart
8585
run: |
8686
chart="${{ steps.chart.outputs.chart }}"
87-
version="${{ steps.chart.outputs.version }}"
8887
helm dependency build charts/$chart
8988
helm package charts/$chart -d charts-pkg
90-
helm push charts-pkg/$chart-$version.tgz oci://ghcr.io/aehrc
89+
helm push charts-pkg/$chart-*.tgz oci://ghcr.io/aehrc

0 commit comments

Comments
 (0)