This commit is contained in:
parent
31afc4d520
commit
90c0999b4f
@ -45,11 +45,12 @@ jobs:
|
|||||||
valueFile: 'manifests/deployment.yaml'
|
valueFile: 'manifests/deployment.yaml'
|
||||||
propertyPath: 'spec.template.spec.containers[0].image'
|
propertyPath: 'spec.template.spec.containers[0].image'
|
||||||
value: 'leafdev.top/leaf/amber-web:${{ steps.commit.outputs.short }}'
|
value: 'leafdev.top/leaf/amber-web:${{ steps.commit.outputs.short }}'
|
||||||
commitChange: true
|
commitChange: false
|
||||||
- name: Push
|
- name: Push
|
||||||
run: |
|
run: |
|
||||||
git config user.name ${{ gitea.actor }}
|
git config user.name ${{ gitea.actor }}
|
||||||
git config user.email ${{ gitea.actor }}@users.noreply.leafdev.top
|
git config user.email ${{ gitea.actor }}@users.noreply.leafdev.top
|
||||||
git add manifests/deployment.yaml
|
git add manifests/deployment.yaml
|
||||||
git commit -m "Update manifests"
|
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
|
Loading…
Reference in New Issue
Block a user