fix variable typo (#7543)

This commit is contained in:
Heyang Sun 2023-02-14 17:18:20 +08:00 committed by GitHub
parent 13568a9aa8
commit 192a4d4c68

View file

@ -686,7 +686,7 @@ jobs:
--build-arg http_proxy=${HTTP_PROXY} \
--build-arg https_proxy=${HTTPS_PROXY} \
-t $IMAGE:$TAG -f ./Dockerfile .
docker push ${image}:${TAG}
docker push ${IMAGE}:${TAG}
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
docker push 10.239.45.10/arda/${IMAGE}:${TAG}
docker rmi -f ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}