Skip to content

Commit c2d9b91

Browse files
fix helm GHCR build issue
- OCI repos like GHCR doesn't seem to take Uppercase well, so ShubhamTiwary914 -> shubhamtiwary914, just that!
1 parent d01ff41 commit c2d9b91

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/helm-verne-chart-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
run: echo $GITHUB_TOKEN | helm registry login ghcr.io -u ShubhamTiwary914 --password-stdin
2828

2929
- name: Package Helm chart
30-
run: helm package helm/verne --destination ./helm/release
30+
run: helm package helm/verne --destination $RUNNER_TEMP
3131

3232
- name: Push Helm chart to GHCR
33-
run: helm push ./helm/release/verne-*.tgz oci://ghcr.io/ShubhamTiwary914
33+
run: helm push $RUNNER_TEMP/verne-*.tgz oci://ghcr.io/shubhamtiwary914/logcore/helm-charts
3434

3535
- name: Upload chart artifact (optional)
3636
uses: actions/upload-artifact@v4

helm/release/verne-0.1.0.tgz

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)