This commit is contained in:
parent
35af154a32
commit
2d4f46dc6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user