mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-06-16 21:54:22 +08:00
Compare commits
No commits in common. "c887d9748da14dcb42b11cf8bcc773b301ea55b5" and "22b48a429f10e1de233237b5c534c9c3d2e41597" have entirely different histories.
c887d9748d
...
22b48a429f
@ -17,7 +17,7 @@ FROM base AS deps
|
||||
RUN --mount=type=bind,target=.,rw \
|
||||
--mount=type=cache,target=/src/.yarn/cache \
|
||||
--mount=type=cache,target=/src/node_modules \
|
||||
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
|
||||
yarn install && mkdir /vendor && cp yarn.lock /vendor
|
||||
|
||||
FROM scratch AS vendor-update
|
||||
COPY --from=deps /vendor /
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user