Skip to content

Commit 3acd68b

Browse files
committed
revert cache id removal
1 parent 33668fd commit 3acd68b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN corepack enable
2323
RUN corepack prepare --activate
2424

2525
# Install dependencies
26-
RUN --mount=type=cache,target=/pnpm/store \
26+
RUN --mount=type=cache,id=s/c47f3895-fff0-42c4-b1f7-cee7f61e6613-pnpm,target=/pnpm/store \
2727
pnpm install --frozen-lockfile --ignore-scripts
2828

2929
FROM base_deps AS build
@@ -37,7 +37,7 @@ FROM base_deps AS docs
3737

3838
COPY docs/openapi.yaml docs/openapi.yaml
3939

40-
RUN --mount=type=cache,target=/pnpm/store \
40+
RUN --mount=type=cache,id=s/c47f3895-fff0-42c4-b1f7-cee7f61e6613-pnpm,target=/pnpm/store \
4141
node --run docs
4242

4343
FROM base

0 commit comments

Comments
 (0)