提交新的配置ci
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s

This commit is contained in:
Song367 2025-09-26 17:33:32 +08:00
parent 9b9db31145
commit d82eb30c02

View File

@ -31,12 +31,12 @@ jobs:
uses: https://gitea.yantootech.com/neil/build-push-action@v6 uses: https://gitea.yantootech.com/neil/build-push-action@v6
with: with:
push: true push: true
tags: 14.103.114.237:30005/gongzheng-html:${{ gitea.run_id }} tags: 14.103.114.237:30005/gongzheng-app:${{ gitea.run_id }}
- name: Install - name: Install
run: | run: |
helm upgrade --install gongzheng-html ./.gitea/charts \ helm upgrade --install gongzheng-app ./.gitea/charts \
--namespace gongzheng \ --namespace gongzheng \
--create-namespace \ --create-namespace \
--set image.repository=14.103.114.237:30005/gongzheng-html \ --set image.repository=14.103.114.237:30005/gongzheng-app \
--set image.tag=${{ gitea.run_id }} --set image.tag=${{ gitea.run_id }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."