From 2d9799269007aa4e5c36e965fb083ed79d1f41ee Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Sat, 27 Dec 2025 16:35:12 +0800 Subject: [PATCH] =?UTF-8?q?servername=20=E9=87=8D=E6=96=B0=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3f8dbcd..6b0983f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -30,12 +30,12 @@ jobs: uses: https://gitea.yantootech.com/neil/build-push-action@v6 with: push: true - tags: 14.103.114.237:30005/dh-backend:${{ gitea.run_id }} + tags: 14.103.114.237:30005/donghang:${{ gitea.run_id }} - name: Install run: | - helm upgrade --install dh-backend ./.gitea/charts \ + helm upgrade --install donghang ./.gitea/charts \ --namespace donghang \ --create-namespace \ - --set image.repository=14.103.114.237:30005/dh-backend \ + --set image.repository=14.103.114.237:30005/donghang \ --set image.tag=${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file