File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5555 sed -i "s#^\(\s*repository:\s*\).*#\1\"\"#" helm/datamate/values.yaml
5656 sed -i "s/type: NodePort/type: ClusterIP/g" helm/datamate/values.yaml
5757 sed -i "s/latest/${{ inputs.version }}/g" helm/datamate/values.yaml
58+ sed -i 's#HOME_PAGE_URL: *""#HOME_PAGE_URL: "/data/management"#g' helm/datamate/values.yaml
5859
5960 - name : DeerFlow Package
6061 if : inputs.deer-flow == true
@@ -131,9 +132,9 @@ jobs:
131132 docker tag ghcr.io/$LOWERCASE_REPO/datamate-label-studio:latest datamate-label-studio:${{ inputs.version }}
132133 docker save -o images/label-studio/datamate-label-studio.tar datamate-label-studio:${{ inputs.version }}
133134 docker rmi ghcr.io/$LOWERCASE_REPO/datamate-label-studio:latest datamate-label-studio:${{ inputs.version }}
134- docker pull pgautoupgrade/pgautoupgrade:13-alpine --platform ${{ inputs.aarch }}
135- docker save -o images/label-studio/pgautoupgrade .tar pgautoupgrade/pgautoupgrade:13-alpine
136- docker rmi pgautoupgrade/pgautoupgrade:13-alpine
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
137138
138139 - name : Upload Package
139140 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments