servername 重新定义
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
3bf562d240
commit
2d97992690
@ -30,12 +30,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/dh-backend:${{ gitea.run_id }}
|
tags: 14.103.114.237:30005/donghang:${{ gitea.run_id }}
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
helm upgrade --install dh-backend ./.gitea/charts \
|
helm upgrade --install donghang ./.gitea/charts \
|
||||||
--namespace donghang \
|
--namespace donghang \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
--set image.repository=14.103.114.237:30005/dh-backend \
|
--set image.repository=14.103.114.237:30005/donghang \
|
||||||
--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 }}."
|
||||||
Loading…
x
Reference in New Issue
Block a user