unannotated docker push
This commit is contained in:
parent
fbd5a57f93
commit
6140b81eab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manually_build.yml
vendored
2
.github/workflows/manually_build.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
--build-arg SGX_MEM_SIZE=32G \
|
--build-arg SGX_MEM_SIZE=32G \
|
||||||
--build-arg SGX_LOG_LEVEL=error \
|
--build-arg SGX_LOG_LEVEL=error \
|
||||||
-t ${image}:${TAG} -f ./Dockerfile .
|
-t ${image}:${TAG} -f ./Dockerfile .
|
||||||
#sudo docker push ${image}:${TAG}
|
sudo docker push ${image}:${TAG}
|
||||||
sudo docker tag ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG}
|
sudo docker tag ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG}
|
||||||
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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue