We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6165e commit b35b86dCopy full SHA for b35b86d
.github/workflows/release.yaml
@@ -57,12 +57,7 @@ jobs:
57
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
58
- name: Run gh-pages chart-releaser
59
uses: helm/chart-releaser-action@v1.6.0
60
+ with:
61
+ charts_dir: chart
62
env:
63
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- - name: Run OCI chart-releaser
- uses: bitdeps/helm-oci-charts-releaser@v0.1.0
64
- with:
65
- oci_registry: ghcr.io/${{ github.actor }}
66
- oci_username: ${{ github.actor }}
67
- oci_password: ${{ secrets.GITHUB_TOKEN }}
68
- github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments