Skip to content

Commit bb012cc

Browse files
Fix Helm CI
1 parent fc22652 commit bb012cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,12 @@ jobs:
324324
with:
325325
name: helm-chart
326326
path: .
327+
- name: 🔑 Login to GitHub Packages
328+
uses: docker/login-action@v3
329+
with:
330+
registry: ghcr.io
331+
username: ${{ github.actor }}
332+
password: ${{ secrets.GITHUB_TOKEN }}
327333
- name: 🚀 Publish Helm chart
328334
run: helm push archive-query-log-*.tgz oci://ghcr.io/${{ github.repository }}/charts
329335
github-release:

0 commit comments

Comments
 (0)