[BugFix] Fix syntax error of manually_build_for_testing. (#6545)

* Build python toolkit image in manually build for test.

* Correct the name of image in options and job.

* Fix the error fo manually_build_for_testing.yml.
This commit is contained in:
Jin Hanyu 2022-11-10 17:32:00 +08:00 committed by GitHub
parent 25d01a16b5
commit db5791fecb

View file

@ -605,7 +605,7 @@ bigdl-ppml-trusted-python-toolkit-base:
sudo docker push 10.239.45.10/arda/${image}:${TAG} sudo docker push 10.239.45.10/arda/${image}:${TAG}
sudo docker rmi -f ${image}:${TAG} sudo docker rmi -f ${image}:${TAG}
bigdl-ppml-trusted-python-toolkit-ref: bigdl-ppml-trusted-python-toolkit-ref:
if: ${{ github.event.inputs.artifact == 'bigdl-ppml-trusted-python-toolkit-ref' || github.event.inputs.artifact == 'all' }} if: ${{ github.event.inputs.artifact == 'bigdl-ppml-trusted-python-toolkit-ref' || github.event.inputs.artifact == 'all' }}
runs-on: [self-hosted, Shire] runs-on: [self-hosted, Shire]
steps: steps: