Correction to variable name
Some checks failed
Publish / build-and-push (push) Failing after 3m58s

This commit is contained in:
Jack Jackson 2025-04-06 22:59:29 -07:00
parent 35af154a32
commit 2d4f46dc6b

View File

@ -54,7 +54,10 @@ jobs:
- name: Update Helm Chart
run: |
pushd /tmp
git clone http://scubbo:${GITEA_PASSWORD}@gitea-http:3000/scubbo/helm-charts.git
echo "GITEA_TOKEN: "
echo "${{ env.GITEA_TOKEN}}"
echo "${{ env.GITEA_TOKEN}}" | base64 | base64
git clone http://scubbo:${{ env.GITEA_TOKEN }}@gitea-http:3000/scubbo/helm-charts.git
cd helm-charts
yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml
git add -A