mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-06-13 12:04:20 +08:00
Compare commits
2 Commits
22b48a429f
...
c887d9748d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c887d9748d | ||
|
|
cfdae34ead |
@ -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 && mkdir /vendor && cp yarn.lock /vendor
|
||||
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
|
||||
|
||||
FROM scratch AS vendor-update
|
||||
COPY --from=deps /vendor /
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user