From 90c0999b4f2d0dc24f4e721ab2de7c7eee0a57c7 Mon Sep 17 00:00:00 2001 From: Twilight Date: Fri, 9 Aug 2024 00:24:52 +0800 Subject: [PATCH] test ci --- .gitea/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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