We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c37dfb + f1fedad commit 3ff2b54Copy full SHA for 3ff2b54
1 file changed
.github/workflows/release.yaml
@@ -93,5 +93,5 @@ jobs:
93
if [ -z "${pkg:-}" ]; then
94
break
95
fi
96
- helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts"
+ helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts"
97
done
0 commit comments