CI: disable Docker caching

This commit is contained in:
Jesse Chan
2020-12-14 21:20:57 +08:00
parent 341630856b
commit d9d9dc2bb1
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ 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