We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e8cd5 commit 68b3dddCopy full SHA for 68b3ddd
1 file changed
eth2near/Dockerfile
@@ -11,7 +11,7 @@ COPY eth2near/ ./eth2near/
11
WORKDIR /app/eth2near
12
RUN --mount=type=cache,target=/app/eth2near/target \
13
--mount=type=cache,target=/usr/local/cargo/registry \
14
- --mount=type=cache,target=/usr/local/cargo/git \
+ --mount=type=cache,target=/usr/local/cargo/git,id=git-cache-v2 \
15
cargo build --release
16
17
# === RUNTIME STAGE ===
0 commit comments