Fix manullay_build_for_testing (#8556)
This commit is contained in:
parent
3e0e370898
commit
4f287df664
1 changed files with 2 additions and 1 deletions
|
|
@ -80,9 +80,10 @@ jobs:
|
||||||
sudo docker push 10.239.45.10/arda/${base_image}:${TAG}
|
sudo docker push 10.239.45.10/arda/${base_image}:${TAG}
|
||||||
sudo docker rmi -f ${base_image}:${TAG} 10.239.45.10/arda/${base_image}:${TAG}
|
sudo docker rmi -f ${base_image}:${TAG} 10.239.45.10/arda/${base_image}:${TAG}
|
||||||
|
|
||||||
bigdl-ppml-trusted-bigdl-llm-tdx:
|
bigdl-ppml-trusted-bigdl-llm-tdx:
|
||||||
if: ${{ github.event.inputs.artifact == 'bigdl-ppml-trusted-bigdl-llm-tdx' || github.event.inputs.artifact == 'all' }}
|
if: ${{ github.event.inputs.artifact == 'bigdl-ppml-trusted-bigdl-llm-tdx' || github.event.inputs.artifact == 'all' }}
|
||||||
runs-on: [self-hosted, Shire]
|
runs-on: [self-hosted, Shire]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue