Skip to content

Commit b95b692

Browse files
committed
fix: use different OCI repository for chart
1 parent 0a8909f commit b95b692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Push Helm Chart to OCI Registry
4444
run: |
4545
helm push ditto-${{ steps.version.outputs.version }}.tgz \
46-
oci://${{ env.REGISTRY }}/${{ github.repository_owner }}
46+
oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts

0 commit comments

Comments
 (0)