File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7979 cp -r DataMate/deployment/helm/label-studio helm/label-studio
8080 sed -i "s#heartexlabs/label-studio#datamate-label-studio#g" helm/label-studio/values.yaml
8181 sed -i "s/type: NodePort/type: ClusterIP/g" helm/label-studio/values.yaml
82- sed -i '/latest/{ s/latest/${{ inputs.version }}/; :a; n; ba;}' helm/label-studio/values.yaml
82+ sed -i " s/latest/${{ inputs.version }}/g" helm/label-studio/values.yaml
8383
8484 - name : Download DataMate Image
8585 run : |
@@ -132,9 +132,9 @@ jobs:
132132 docker tag ghcr.io/$LOWERCASE_REPO/datamate-label-studio:latest datamate-label-studio:${{ inputs.version }}
133133 docker save -o images/label-studio/datamate-label-studio.tar datamate-label-studio:${{ inputs.version }}
134134 docker rmi ghcr.io/$LOWERCASE_REPO/datamate-label-studio:latest datamate-label-studio:${{ inputs.version }}
135- docker pull edoburu/pgbouncer:latest --platform ${{ inputs.aarch }}
136- docker save -o images/label-studio/pgbouncer.tar edoburu/pgbouncer:latest
137- docker rmi edoburu/pgbouncer:latest
135+ docker pull edoburu/pgbouncer:v1.25.1-p0 --platform ${{ inputs.aarch }}
136+ docker save -o images/label-studio/pgbouncer.tar edoburu/pgbouncer:v1.25.1-p0
137+ docker rmi edoburu/pgbouncer:v1.25.1-p0
138138
139139 - name : Upload Package
140140 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ UTILS_PATH="${WORK_DIR}/utils"
6262HELM_PATH=" $( realpath " ${WORK_DIR} /../helm" ) "
6363VALUES_FILE=" $( realpath " ${HELM_PATH} /datamate/values.yaml" ) "
6464MILVUS_VALUES_FILE=" $( realpath " ${HELM_PATH} /milvus/values.yaml" ) "
65- LABEL_STUDIO_VALUES_FILE=" $( realpath " $ {HELM_PATH} /label-studio/values.yaml" ) "
65+ LABEL_STUDIO_VALUES_FILE=" ${HELM_PATH} /label-studio/values.yaml"
6666IMAGE_PATH=" $( realpath " ${WORK_DIR} /../images" ) "
6767
6868. " ${WORK_DIR} /utils/common.sh"
You can’t perform that action at this time.
0 commit comments