修改CI变量
This commit is contained in:
@@ -31,6 +31,6 @@ package-helm-chart:
|
|||||||
- helm-chart/adapter-cm-generator/**
|
- helm-chart/adapter-cm-generator/**
|
||||||
script:
|
script:
|
||||||
- export CHART_VERSION=$(cat helm-chart/Chart.yaml | grep version | cut -d' ' -f2)
|
- export CHART_VERSION=$(cat helm-chart/Chart.yaml | grep version | cut -d' ' -f2)
|
||||||
- helm registry login reg.mikumikumi.xyz --username ${HARBOR_USERNAME} --password ${HARBOR_PASSWORD}
|
- helm registry login reg.mikumikumi.xyz --username ${CI_REGISTRY_USER} --password ${CI_REGISTRY_PASSWORD}
|
||||||
- helm package helm-chart
|
- helm package helm-chart
|
||||||
- helm push maibot-${CHART_VERSION}.tgz oci://reg.mikumikumi.xyz/maibot
|
- helm push maibot-${CHART_VERSION}.tgz oci://reg.mikumikumi.xyz/maibot
|
||||||
|
|||||||
Reference in New Issue
Block a user