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