From 240e3ec73c1ea17ab5e663c23ee848a94b7b863b Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Thu, 7 Nov 2024 14:49:38 +0000 Subject: [PATCH] Publish to GHCR Signed-off-by: Aaron Layfield --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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