Revert "CI: disable Docker caching"

This reverts commit d9d9dc2bb1.
This commit is contained in:
Jesse Chan
2020-12-14 22:03:08 +08:00
parent 0d785f92be
commit cc469bdcfd
2 changed files with 1 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ RUN npm pack
FROM ${NODE_IMAGE} as flood
# Copy package built
RUN rm -rf /tmp/*
COPY --from=nodebuild /usr/src/app/*.tgz /tmp/
# Install package and then remove caches