mirror of
https://github.com/docker/metadata-action.git
synced 2026-07-04 04:32:51 +08:00
Compare commits
No commits in common. "020b7354dd55a28effcab0f3b19639fe24d3f58b" and "3caf19fbe3db1a1a6a8bdce189e09ac0ed35d513" have entirely different histories.
020b7354dd
...
3caf19fbe3
@ -17,7 +17,7 @@ FROM base AS deps
|
|||||||
RUN --mount=type=bind,target=.,rw \
|
RUN --mount=type=bind,target=.,rw \
|
||||||
--mount=type=cache,target=/src/.yarn/cache \
|
--mount=type=cache,target=/src/.yarn/cache \
|
||||||
--mount=type=cache,target=/src/node_modules \
|
--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
|
FROM scratch AS vendor-update
|
||||||
COPY --from=deps /vendor /
|
COPY --from=deps /vendor /
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user