Skip to content

Commit 62ab5cc

Browse files
authored
Fix on push 0-latest helm chart release path (#1191)
Fix regression of cbafb02 Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 53a3c85 commit 62ab5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-release-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
local chart="$1"
3838
helm dependency update ${chart}
3939
helm package $chart
40-
helm push ${chart}-0-latest.tgz oci://ghcr.io/opea-project/chart
40+
helm push ${chart}-0-latest.tgz oci://ghcr.io/opea-project/charts
4141
}
4242
# args: <parent-dir|include-string> <path-cut-depth> <exclude-pattern>
4343
update_charts () {

0 commit comments

Comments
 (0)