From 787f0d33f0f15209e1c7d803633280b6064ed11a Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sat, 16 Apr 2022 23:36:42 +0300 Subject: [PATCH] Use another cachepot bucket for rust Docker build caches --- Dockerfile | 2 +- Dockerfile.compute-tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e579be4e7..b2d4971345 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN set -e \ FROM zimg/rust:1.58 AS build ARG GIT_VERSION=local -ARG CACHEPOT_BUCKET=zenith-rust-cachepot +ARG CACHEPOT_BUCKET=zenith-rust-cachepot-docker ARG AWS_ACCESS_KEY_ID ARG AWS_SECRET_ACCESS_KEY diff --git a/Dockerfile.compute-tools b/Dockerfile.compute-tools index 27bfbb5d1b..dc67ae3032 100644 --- a/Dockerfile.compute-tools +++ b/Dockerfile.compute-tools @@ -2,7 +2,7 @@ # NB: keep in sync with rust image version in .circle/config.yml FROM zimg/rust:1.58 AS rust-build -ARG CACHEPOT_BUCKET=zenith-rust-cachepot +ARG CACHEPOT_BUCKET=zenith-rust-cachepot-docker ARG AWS_ACCESS_KEY_ID ARG AWS_SECRET_ACCESS_KEY