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 }}."