We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8909f commit b95b692Copy full SHA for b95b692
.github/workflows/helm-release.yml
@@ -43,4 +43,4 @@ jobs:
43
- name: Push Helm Chart to OCI Registry
44
run: |
45
helm push ditto-${{ steps.version.outputs.version }}.tgz \
46
- oci://${{ env.REGISTRY }}/${{ github.repository_owner }}
+ oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts
0 commit comments