diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 77dfd06..0829977 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -53,7 +53,7 @@ jobs: - name: Package Helm Chart run: | VERSION=${{ github.run_number }} - helm repo add https://bjw-s-labs.github.io/helm-charts/ + helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts helm dependency build ops/chart helm package ops/chart --version $VERSION --app-version $VERSION