chore: use better updated hugo image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2024-06-06 21:46:02 +02:00
parent 517d07c212
commit 4190604cbb
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -3,7 +3,7 @@ branches: 'main'
pipeline:
release:
image: 'klakegg/hugo:alpine'
image: 'hugomods/hugo:latest'
commands:
- hugo
- 'cd public && tar czvf ../public.tar.gz *'