From 6140b81eab771a91079898f7e203aebce3a70399 Mon Sep 17 00:00:00 2001 From: Heyang Sun <60865256+Uxito-Ada@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:42:24 +0800 Subject: [PATCH] unannotated docker push --- .github/workflows/manually_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}