deploy 切换image ip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 57s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 57s
This commit is contained in:
parent
49c9c21d57
commit
1781cfcf29
@ -30,12 +30,12 @@ jobs:
|
||||
uses: https://gitea.yantootech.com/neil/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: 14.103.114.237:30005/donghang:${{ gitea.run_id }}
|
||||
tags: 100.97.153.66:30005/donghang:${{ gitea.run_id }}
|
||||
- name: Install
|
||||
run: |
|
||||
helm upgrade --install donghang ./.gitea/charts \
|
||||
--namespace donghang \
|
||||
--create-namespace \
|
||||
--set image.repository=14.103.114.237:30005/donghang \
|
||||
--set image.repository=100.97.153.66:30005/donghang \
|
||||
--set image.tag=${{ gitea.run_id }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
Loading…
x
Reference in New Issue
Block a user