mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-04 11:52:52 +08:00
Compare commits
No commits in common. "ff26911fd365b0233252dfbd8eede1c0e9ef9a51" and "d2aace88c215bf1196304f5a1f372aa8384f1b54" have entirely different histories.
ff26911fd3
...
d2aace88c2
@ -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