Specify domain-and-port properly
Some checks failed
Publish / build-and-push (push) Failing after 4m6s
Some checks failed
Publish / build-and-push (push) Failing after 4m6s
This commit is contained in:
parent
dfb0f1aab6
commit
35af154a32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user