We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9281b1 commit df0d101Copy full SHA for df0d101
.github/workflows/release-helm.yaml
@@ -54,4 +54,4 @@ jobs:
54
CHART_VERSION=$(yq eval '.version' Chart.yaml)
55
56
# Save as OCI artifact
57
- helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository_owner }}/${CHART_NAME}
+ helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository }}
0 commit comments