Skip to content

Commit

Permalink
[ci] Add region name for boto3 erc client (#36892)
Browse files Browse the repository at this point in the history
Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale authored Jun 28, 2023
1 parent 290bd2d commit c464026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/ray_release/byod/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def _byod_image_exist(test: Test, base_image: bool = True) -> bool:
"""
if os.environ.get("BYOD_NO_CACHE", False):
return False
client = boto3.client("ecr")
client = boto3.client("ecr", region_name="us-west-2")
image_tag = (
test.get_byod_base_image_tag() if base_image else test.get_byod_image_tag()
)
Expand Down

0 comments on commit c464026

Please sign in to comment.