mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修复helm chart流水线的错误推送目标
parent
cb4e2938c5
commit
433c4044b2
|
|
@ -56,7 +56,8 @@ build-adapter-cm-generator:
|
|||
- export BUILD_CONTEXT=helm-chart/adapter-cm-generator
|
||||
- export TMP_DST=reg.mikumikumi.xyz/maibot/adapter-cm-generator
|
||||
- export CHART_VERSION=$(cat helm-chart/Chart.yaml | grep '^version:' | cut -d' ' -f2)
|
||||
- export BUILD_ARGS="--destination ${TMP_DST}:${CHART_VERSION} --destination ${TMP_DST}:latest"
|
||||
- export BUILD_DESTINATION="${TMP_DST}:${CHART_VERSION}"
|
||||
- export BUILD_ARGS="--destination ${TMP_DST}:latest"
|
||||
- build
|
||||
|
||||
# 打包并推送helm chart
|
||||
|
|
|
|||
Loading…
Reference in New Issue