[PPML]fix:add image with tag 'latest' in private dockerfile (#7441)
This commit is contained in:
parent
f4700422e1
commit
670c54c6d7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/manually_build.yml
vendored
2
.github/workflows/manually_build.yml
vendored
|
|
@ -815,6 +815,8 @@ jobs:
|
|||
sudo docker push 10.239.45.10/arda/${bigdata_custom_image}:${TAG}
|
||||
sudo docker tag ${bigdata_custom_image}:${TAG} intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest
|
||||
sudo docker push intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest
|
||||
sudo docker tag ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest
|
||||
sudo docker push 10.239.45.10/arda/intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference:latest
|
||||
sudo docker rmi -f ${bigdata_custom_image}:${TAG} 10.239.45.10/arda/${bigdata_custom_image}:${TAG}
|
||||
|
||||
export bigdata_custom_image=intelanalytics/bigdl-ppml-trusted-bigdata-gramine-reference-64g
|
||||
|
|
|
|||
Loading…
Reference in a new issue