try with alpine

This commit is contained in:
Quentin 2023-02-21 21:17:36 +01:00
parent 1e9c940fd8
commit e33d13993d
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,11 @@ name: default
steps:
- name: build
image: ghcr.io/getzola/zola:v0.16.0
image: alpine:3.17.2
commands:
- build
- apk update
- apk install zola
- zola build
- name: upload
image: plugins/s3