Use another cachepot bucket for rust Docker build caches

This commit is contained in:
Kirill Bulatov
2022-04-16 23:36:42 +03:00
parent ed5f9acca9
commit 787f0d33f0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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