From 705cbd37672297cfdfa274250a43ef7b1fca0ff8 Mon Sep 17 00:00:00 2001 From: Yeounoh Chung Date: Thu, 26 Jan 2023 00:38:58 +0000 Subject: [PATCH] Bump up the xla_base image ver to v0.8 in upstream repo --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 74d7a031c26a..f87660ededd1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,8 @@ launch_docker_and_build: &launch_docker_and_build # To allow the upstream workflow to access PyTorch/XLA build images, we # need to have them in the ECR. This is not expensive, and only pushes it # if image layers are not present in the repo. - docker tag ${GCR_DOCKER_IMAGE} ${ECR_DOCKER_IMAGE_BASE}:v0.7 >/dev/null - docker push ${ECR_DOCKER_IMAGE_BASE}:v0.7 >/dev/null + docker tag ${GCR_DOCKER_IMAGE} ${ECR_DOCKER_IMAGE_BASE}:v0.8 >/dev/null + docker push ${ECR_DOCKER_IMAGE_BASE}:v0.8 >/dev/null sudo pkill -SIGHUP dockerd # To enable remote caching, use SCCACHE_BUCKET=${SCCACHE_BUCKET} # To disable remote caching, use SCCACHE_BUCKET=${LOCAL_BUCKET}