This commit is contained in:
parent
642ef5ae2b
commit
3325fbd166
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user