We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99dcb9 commit 1293b43Copy full SHA for 1293b43
.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 }}/${{ env.IMAGE_NAME }}/charts
+ helm push *.tgz oci://${{ env.REGISTRY }}/charts
0 commit comments