Skip to content

Commit df0d101

Browse files
[FIX] CI fix 2
1 parent c9281b1 commit df0d101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
CHART_VERSION=$(yq eval '.version' Chart.yaml)
5555
5656
# Save as OCI artifact
57-
helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository_owner }}/${CHART_NAME}
57+
helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)