Specify domain-and-port properly
Some checks failed
Publish / build-and-push (push) Failing after 4m6s

This commit is contained in:
Jack Jackson 2025-04-06 22:53:15 -07:00
parent dfb0f1aab6
commit 35af154a32

View File

@ -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