From 767ed69020aa7a96a78d32ade8ca801db0454fe6 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Sat, 7 Mar 2026 12:02:25 +0100 Subject: [PATCH] fix: release.yml --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index f5f7a869..0dcaf0f4 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -34,4 +34,4 @@ jobs: - name: Push Helm chart to GitHub Packages (OCI) run: | - helm push ./helm-packages/portabase-${{ inputs.version }}.tgz oci://ghcr.io/${{ github.repository }}/charts \ No newline at end of file + helm push ./helm-packages/portabase-${{ inputs.version }}.tgz oci://ghcr.io/portabase/portabase/charts \ No newline at end of file