We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6351e9b + 6488647 commit 4555e3cCopy full SHA for 4555e3c
1 file changed
.github/workflows/helm-release.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Push Charts to GHCR
63
if: ${{ always() }}
64
env:
65
- OCI_REGISTRY: "oci://ghcr.io/${{ github.repository }}"
+ OCI_REGISTRY: 'oci://ghcr.io/${{ github.repository }}/charts'
66
run: |
67
for pkg in .cr-release-packages/*; do
68
if [ -z "${pkg:-}" ]; then
0 commit comments