Skip to content

Commit aede57b

Browse files
committed
修复镜像重命名问题
1 parent ea0dcd9 commit aede57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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 "s/latest/${{ inputs.version }}/g" helm/label-studio/values.yaml
82+
sed -i '/latest/{s/latest/${{ inputs.version }}/; :a; n; ba;}' helm/label-studio/values.yaml
8383
8484
- name: Download DataMate Image
8585
run: |

0 commit comments

Comments
 (0)