Skip to content

Commit 68b3ddd

Browse files
committed
Reset cache
1 parent 27e8cd5 commit 68b3ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eth2near/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY eth2near/ ./eth2near/
1111
WORKDIR /app/eth2near
1212
RUN --mount=type=cache,target=/app/eth2near/target \
1313
--mount=type=cache,target=/usr/local/cargo/registry \
14-
--mount=type=cache,target=/usr/local/cargo/git \
14+
--mount=type=cache,target=/usr/local/cargo/git,id=git-cache-v2 \
1515
cargo build --release
1616

1717
# === RUNTIME STAGE ===

0 commit comments

Comments
 (0)