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

@@ -70,7 +70,6 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
no-cache: true
tags: jesec/flood:master
- run: sleep 10

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