From cc3f32cc42fc47f130dda77f6daa0762b2808163 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Mon, 9 Mar 2026 14:15:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9scriptflow?= 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 79ac674..b7b2ff1 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -35,7 +35,7 @@ jobs: uses: https://gitea.yantootech.com/neil/build-push-action@v6 with: push: true - tags: hub.kce.ksyun.com/yantoo/yantoo-repository/creation-flow-app:${{ gitea.run_id }} + tags: hub.kce.ksyun.com/yantoo/yantoo-repository/scriptflow-app:${{ gitea.run_id }} # - name: Docker Save And Tag # run: | # docker save 100.97.153.66:30005/creation-flow-app:${{ gitea.run_id }} -o creation-flow-app_${{ gitea.run_id }}.tar @@ -43,9 +43,9 @@ jobs: # rm -f creation-flow-app_${{ gitea.run_id }}.tar - name: Install run: | - helm upgrade --install creation-flow-app ./.gitea/charts \ - --namespace aurora-dev \ + helm upgrade --install scriptflow-app ./.gitea/charts \ + --namespace scriptflow \ --create-namespace \ - --set image.repository=hub.kce.ksyun.com/yantoo/yantoo-repository/creation-flow-app \ + --set image.repository=hub.kce.ksyun.com/yantoo/yantoo-repository/scriptflow-app \ --set image.tag=${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}."