diff options
-rw-r--r-- | .drone.yml | 2 | ||||
-rw-r--r-- | Dockerfile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -12,6 +12,7 @@ steps: pull: true settings: restore: true + archive_format: "gzip" bucket: drone-cache region: garage mount: @@ -36,6 +37,7 @@ steps: pull: true settings: rebuild: true + archive_format: "gzip" bucket: drone-cache region: garage mount: @@ -3,7 +3,7 @@ FROM archlinux:latest RUN mkdir -p /garage/meta RUN mkdir -p /garage/data ENV RUST_BACKTRACE=1 -ENV RUST_LOG=garage=debug +ENV RUST_LOG=garage=info COPY target/release/garage.stripped /garage/garage |