Fix error in alpine image name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c7dc7e05be
commit
a67a689a87
@ -16,7 +16,7 @@ steps:
|
||||
- hugo --minify
|
||||
|
||||
- name: Compress public folder
|
||||
image: alpine/latest
|
||||
image: alpine
|
||||
commands:
|
||||
- tar -czvf deploy.tar.gz public/*
|
||||
|
||||
|
Reference in New Issue
Block a user