deploy 切换image ip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 57s

This commit is contained in:
宋居成 2025-12-30 18:02:49 +08:00
parent 49c9c21d57
commit 1781cfcf29

View File

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