Skip to content

Commit 3d2df4b

Browse files
Fix Helm CI
1 parent adb0786 commit 3d2df4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ jobs:
308308
labels: ${{ steps.meta.outputs.labels }}
309309
helm-publish:
310310
name: 🚀 Publish Helm chart
311+
if: github.event_name == 'push' && endsWith(github.event.base_ref, 'main') && startsWith(github.ref, 'refs/tags')
311312
needs:
312313
- helm-package
313314
runs-on: ubuntu-latest
@@ -320,7 +321,7 @@ jobs:
320321
name: helm-chart
321322
path: .
322323
- name: 🚀 Publish Helm chart
323-
run: helm push archive-query-log-*.tgz oci://${{ github.repository }}/charts
324+
run: helm push archive-query-log-*.tgz oci://ghcr.io/${{ github.repository }}/charts
324325
github-release:
325326
name: 🚀 Create GitHub release
326327
if: github.event_name == 'push' && endsWith(github.event.base_ref, 'main') && startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)