Skip to content

Commit 4555e3c

Browse files
authored
Merge pull request #12 from zama-ai/update/charts-release
ci: update charts name
2 parents 6351e9b + 6488647 commit 4555e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Push Charts to GHCR
6363
if: ${{ always() }}
6464
env:
65-
OCI_REGISTRY: "oci://ghcr.io/${{ github.repository }}"
65+
OCI_REGISTRY: 'oci://ghcr.io/${{ github.repository }}/charts'
6666
run: |
6767
for pkg in .cr-release-packages/*; do
6868
if [ -z "${pkg:-}" ]; then

0 commit comments

Comments
 (0)