test ci
All checks were successful
Build / build (push) Successful in 3m15s

This commit is contained in:
Twilight 2024-08-09 00:24:52 +08:00
parent 31afc4d520
commit 90c0999b4f

View File

@ -45,11 +45,12 @@ jobs:
valueFile: 'manifests/deployment.yaml'
propertyPath: 'spec.template.spec.containers[0].image'
value: 'leafdev.top/leaf/amber-web:${{ steps.commit.outputs.short }}'
commitChange: true
commitChange: false
- name: Push
run: |
git config user.name ${{ gitea.actor }}
git config user.email ${{ gitea.actor }}@users.noreply.leafdev.top
git add manifests/deployment.yaml
git commit -m "Update manifests"
git push https://${{ secrets.GITEA_TOKEN }}@leafdev.top/${{ gitea.repository }}.git
# git push https://${{ secrets.GITEA_TOKEN }}@leafdev.top/${{ gitea.repository }}.git
git push