From 9b9db3114510e8ebb553a08a7b31af3529b4a46f Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Fri, 26 Sep 2025 17:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=96=B0=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 799ff37..a0f5c29 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -31,12 +31,12 @@ jobs: uses: https://gitea.yantootech.com/neil/build-push-action@v6 with: push: true - tags: 14.103.114.237:30005/gong-zheng-html:${{ gitea.run_id }} + tags: 14.103.114.237:30005/gongzheng-html:${{ gitea.run_id }} - name: Install run: | - helm upgrade --install gong-zheng-html ./.gitea/charts \ - --namespace gong-zheng \ + helm upgrade --install gongzheng-html ./.gitea/charts \ + --namespace gongzheng \ --create-namespace \ - --set image.repository=14.103.114.237:30005/gong-zheng-html \ + --set image.repository=14.103.114.237:30005/gongzheng-html \ --set image.tag=${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file