From 35af154a32b32a68652980891cdab0372508b671 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 6 Apr 2025 22:53:15 -0700 Subject: [PATCH] Specify domain-and-port properly --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 9ca48bc..c061db2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -54,7 +54,7 @@ jobs: - name: Update Helm Chart run: | pushd /tmp - git clone http://gitea-http:3000/scubbo/helm-charts.git + git clone http://scubbo:${GITEA_PASSWORD}@gitea-http:3000/scubbo/helm-charts.git cd helm-charts yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml git add -A