Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
增加时区配置
  • Loading branch information
luzov authored Oct 15, 2024
1 parent 1b426a0 commit f66659e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set timezone to Shanghai
run: |
echo "TZ='Asia/Shanghai'" >> $GITHUB_ENV
date
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f66659e

Please sign in to comment.