We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfc32a commit 07a431fCopy full SHA for 07a431f
.github/workflows/publish-helm.yml
@@ -37,10 +37,11 @@ jobs:
37
git config user.name "$GITHUB_ACTOR"
38
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
39
- name: Run chart-releaser
40
- uses: afritzler/helm-oci-charts-releaser@enh/skip-gh-release
+ uses: bitdeps/helm-oci-charts-releaser@v0.1.4
41
with:
42
+ charts_dir: dist/chart
43
+ skip_gh_release: true
44
oci_registry: ghcr.io/${{ github.repository_owner }}/charts
- github_token: ${{ secrets.GITHUB_TOKEN }}
- oci_password: ${{ secrets.GITHUB_TOKEN }}
45
oci_username: ${{ github.actor }}
46
- skip_gh_release: true
+ oci_password: ${{ secrets.GITHUB_TOKEN }}
47
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments