diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8144a9c..57943bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - name: Run chart-releaser (OCI) uses: bitdeps/helm-oci-charts-releaser@v0.1.0 with: - oci_registry: ghcr.io/username + oci_registry: ghcr.io/dandydeveloper/charts oci_username: ${{ secrets.USERNAME }} oci_password: ${{ secrets.CR_TOKEN }} github_token: ${{ secrets.CR_TOKEN }} \ No newline at end of file