[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:
parent
25d01a16b5
commit
db5791fecb
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ bigdl-ppml-trusted-python-toolkit-base:
|
|||
sudo docker push 10.239.45.10/arda/${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' }}
|
||||
runs-on: [self-hosted, Shire]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue