This commit is contained in:
parent
bec3e598ad
commit
cc3f32cc42
@ -35,7 +35,7 @@ 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: 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
|
# - name: Docker Save And Tag
|
||||||
# run: |
|
# run: |
|
||||||
# docker save 100.97.153.66:30005/creation-flow-app:${{ gitea.run_id }} -o creation-flow-app_${{ gitea.run_id }}.tar
|
# 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
|
# rm -f creation-flow-app_${{ gitea.run_id }}.tar
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
helm upgrade --install creation-flow-app ./.gitea/charts \
|
helm upgrade --install scriptflow-app ./.gitea/charts \
|
||||||
--namespace aurora-dev \
|
--namespace scriptflow \
|
||||||
--create-namespace \
|
--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 }}
|
--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