File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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')
You can’t perform that action at this time.
0 commit comments