mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-09-01 04:02:47 -05:00
Compare commits
2 Commits
0bda481195
...
fad6f4094f
| Author | SHA1 | Date | |
|---|---|---|---|
| fad6f4094f | |||
| 1ff0cd31e1 |
+1
-1
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user