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 1293b43 commit 4b21f83Copy full SHA for 4b21f83
.github/workflows/deploy.yml
@@ -52,4 +52,4 @@ jobs:
52
working-directory: helm
53
run: |
54
helm package designate-certmanager-webhook --version v0.1.0
55
- helm push *.tgz oci://${{ env.REGISTRY }}/charts
+ helm push *.tgz oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts
0 commit comments