From 5e01175fdfbc711c5619e15f9815f2f12a6cf5ae Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 29 May 2021 19:47:17 -0500 Subject: [PATCH] Use different docker image for compression step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8ae953e..48a9713 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - hugo --minify - name: compress - image: alpine:latest + image: bbaovanc/compression:latest commands: - ./compress.sh