Set Forgejo runner timezone to America/Los_Angeles
The runner pod defaulted to UTC, causing towncrier to stamp changelog entries with tomorrow's date when releases were cut in the evening PST. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e5d1e795e0
commit
4b06ff43bb
2 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ spec:
|
|||
- name: runner
|
||||
image: code.forgejo.org/forgejo/runner:6.3.1
|
||||
env:
|
||||
- name: TZ
|
||||
value: America/Los_Angeles
|
||||
- name: DOCKER_HOST
|
||||
value: tcp://localhost:2375
|
||||
command:
|
||||
|
|
|
|||
1
docs/changelog.d/fix-runner-timezone.bugfix.md
Normal file
1
docs/changelog.d/fix-runner-timezone.bugfix.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Set Forgejo runner timezone to America/Los_Angeles. The runner previously used UTC, causing towncrier changelog entries to show tomorrow's date when releases were cut in the evening. Note: the v1.6.2 changelog entry shows 2026-02-12 due to this bug; dates may appear non-sequential as a result.
|
||||
Loading…
Add table
Add a link
Reference in a new issue