We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b384b commit c7ee0a6Copy full SHA for c7ee0a6
.github/workflows/helm-release.yml
@@ -37,10 +37,8 @@ jobs:
37
- name: Login to GHCR (OCI)
38
run: |
39
helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
40
-
41
- name: Push to GHCR (OCI)
42
43
-# helm push .dist/chart-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
44
helm push .dist/deploydefender-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
45
46
- name: Upload to GitHub Pages (static Helm repo)
0 commit comments