Push-with-credentials
Some checks failed
Publish / build-and-push (push) Failing after 1m15s

This commit is contained in:
Jack Jackson 2025-04-06 23:29:06 -07:00
parent 642ef5ae2b
commit 3325fbd166

View File

@ -69,6 +69,7 @@ jobs:
yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml
git add -A git add -A
git -c user.name="Imagebot" -c user.email="fake@scubbo.org" commit -m 'Update EDH ELO commit to "${{ gitea.sha }}"' git -c user.name="Imagebot" -c user.email="fake@scubbo.org" commit -m 'Update EDH ELO commit to "${{ gitea.sha }}"'
git push git remote add origin-with-credentials http://scubbo:${GITEA_TOKEN}@gitea-http:3000/scubbo/helm-charts.git
git push origin-with-credentials main:main
cd .. cd ..
rm -rf helm-charts rm -rf helm-charts