Skip to content

Commit 46d5bcd

Browse files
Fix OCI push: run helm dependency build before helm package
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e1cb194 commit 46d5bcd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ jobs:
7777
run: |
7878
chart="${{ steps.chart.outputs.chart }}"
7979
version="${{ steps.chart.outputs.version }}"
80+
helm dependency build charts/$chart
8081
helm package charts/$chart -d charts-pkg
8182
helm push charts-pkg/$chart-$version.tgz oci://ghcr.io/aehrc

0 commit comments

Comments
 (0)