diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 522ea1ff..3c628437 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -71,7 +71,7 @@ jobs: --build-arg SGX_MEM_SIZE=32G \ --build-arg SGX_LOG_LEVEL=error \ -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 push 10.239.45.10/arda/${image}:${TAG} sudo docker rmi -f ${image}:${TAG}