修改scriptflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
Song367 2026-03-09 14:15:30 +08:00
parent bec3e598ad
commit cc3f32cc42

View File

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