This commit is contained in:
Heyang Sun 2023-04-03 09:02:43 +08:00 committed by GitHub
parent 13717ee5c8
commit e91cb31575

View file

@ -698,6 +698,7 @@ jobs:
--build-arg http_proxy=${HTTP_PROXY} \
--build-arg https_proxy=${HTTPS_PROXY} \
--build-arg JDK_URL=${JDK_URL} \
--build-arg no_proxy=${NO_PROXY} \
-t $IMAGE:$TAG -f ./Dockerfile .
docker push ${IMAGE}:${TAG}
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}