From a67a689a878cc57221dc41617711f35ef83e27ec Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 14 Apr 2021 00:38:31 -0500 Subject: [PATCH] Fix error in alpine image name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d250d8c..f26ed2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - hugo --minify - name: Compress public folder - image: alpine/latest + image: alpine commands: - tar -czvf deploy.tar.gz public/*