From 7a233afe3a5417b0f7984d56c07a35533000bf19 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Tue, 8 Sep 2026 06:36:53 -0500 Subject: [PATCH] need to lowercase the repository --- .gitea/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 4645e84..cb875e4 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -83,7 +83,7 @@ jobs: /tmp/linux-amd64/helm package ./helm-chart export HLMPKG=`ls -tr *.tgz | tail -n1 | tr -d '\n'` /tmp/linux-amd64/helm registry login harbor.freshbrewed.science -u $CR_USER -p $CR_PAT - /tmp/linux-amd64/helm push ./$HLMPKG oci://harbor.freshbrewed.science/chartrepo/botWebWars + /tmp/linux-amd64/helm push ./$HLMPKG oci://harbor.freshbrewed.science/chartrepo/botwebwars env: # Or as an environment variable CR_PAT: ${{ secrets.CR_PAT }} CR_USER: ${{ secrets.CR_USER }}