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 53a3c85 commit 62ab5ccCopy full SHA for 62ab5cc
1 file changed
.github/workflows/push-release-charts.yaml
@@ -37,7 +37,7 @@ jobs:
37
local chart="$1"
38
helm dependency update ${chart}
39
helm package $chart
40
- helm push ${chart}-0-latest.tgz oci://ghcr.io/opea-project/chart
+ helm push ${chart}-0-latest.tgz oci://ghcr.io/opea-project/charts
41
}
42
# args: <parent-dir|include-string> <path-cut-depth> <exclude-pattern>
43
update_charts () {
0 commit comments