diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dfcddb0..48b228e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file + # git push https://${{ secrets.GITEA_TOKEN }}@leafdev.top/${{ gitea.repository }}.git + git push \ No newline at end of file