mirror of https://github.com/Mai-with-u/MaiBot.git
调整CI
parent
3149f68e56
commit
0ee1619d57
|
|
@ -36,7 +36,7 @@ build-core:
|
||||||
- cd target-repo/
|
- cd target-repo/
|
||||||
- export BUILD_CONTEXT=$(pwd)
|
- export BUILD_CONTEXT=$(pwd)
|
||||||
- ls -al
|
- ls -al
|
||||||
- export BUILD_DESTINATION="reg.mikumikumi.xyz/maibot/maibot:$(cat MAIBOT_VERSION)"
|
- export BUILD_DESTINATION="reg.mikumikumi.xyz/maibot/maibot:tag-$(cat MAIBOT_VERSION)"
|
||||||
- build
|
- build
|
||||||
- rm -rf target-repo/* target-repo/.*
|
- rm -rf target-repo/* target-repo/.*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ spec:
|
||||||
value: 99f08e0cab0190de853cb6af7d64d4de
|
value: 99f08e0cab0190de853cb6af7d64d4de
|
||||||
- name: PRIVACY_AGREE
|
- name: PRIVACY_AGREE
|
||||||
value: 9943b855e72199d0f5016ea39052f1b6
|
value: 9943b855e72199d0f5016ea39052f1b6
|
||||||
image: {{ .Values.core.image.repository }}:{{ .Values.core.image.tag | default "0.10.3-beta" }}
|
image: {{ .Values.core.image.repository }}:{{ .Values.core.image.tag | default "tag-0.10.3-beta" }}
|
||||||
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue