update go and hugo; add tz env variable
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
This commit is contained in:
parent
ab79843c4f
commit
f0d1de6c0e
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
steps:
|
||||
build:
|
||||
image: golang:1.20-bookworm
|
||||
image: golang:1.21-bookworm
|
||||
environment:
|
||||
- HUGO_VERSION=0.117.0
|
||||
- HUGO_VERSION=0.120.4
|
||||
- TZ=Europe/Berlin
|
||||
when:
|
||||
- event: push
|
||||
branch: [main, staging]
|
||||
|
|
Loading…
Reference in a new issue