From 5c6db87c396ccd980ed39ac1581acc5017701d04 Mon Sep 17 00:00:00 2001 From: danielswiatek Date: Thu, 5 Feb 2026 17:06:56 +0100 Subject: [PATCH] chore: update helm-oci-chart-releaser to v0.3.0 and change registry to ghcr.io --- .github/workflows/helm.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index b3741663..64d1ac93 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -45,12 +45,12 @@ jobs: sed -i "s/commit: .*/commit: ${{ needs.prepare.outputs.commit }}/g" chart/brahmsee-digital/values.yaml - name: Chart | Push brahmsee-digital - uses: appany/helm-oci-chart-releaser@v0.4.2 + uses: appany/helm-oci-chart-releaser@v0.3.0 with: name: brahmsee-digital - repository: codeanker + repository: codeanker/brahmsee.digital tag: ${{needs.prepare.outputs.version}}-${{needs.prepare.outputs.commit}} path: chart/brahmsee-digital - registry: docker.io - registry_username: ${{ secrets.DOCKERHUB_USERNAME }} - registry_password: ${{ secrets.DOCKERHUB_TOKEN }} + registry: ghcr.io + registry_username: ${{ github.actor }} + registry_password: ${{ secrets.GITHUB_TOKEN }}