mirror of
https://github.com/docker/metadata-action.git
synced 2026-07-03 20:22:51 +08:00
Compare commits
3 Commits
80edee554d
...
af695667c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af695667c6 | ||
|
|
020b7354dd | ||
|
|
7f842e879c |
@ -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