feat: build with TZ
All checks were successful
push / build (push) Successful in 42s

This commit is contained in:
张泊明518370910136 2024-10-12 17:51:29 -04:00
parent 81cf77cb8a
commit 550048cc64
GPG Key ID: CA088E6D9284F870

View File

@ -29,6 +29,8 @@ jobs:
echo "build_command=make build" >> $GITHUB_ENV echo "build_command=make build" >> $GITHUB_ENV
fi fi
- name: Build - name: Build
env:
TZ: Asia/Shanghai
run: ${{ env.build_command }} run: ${{ env.build_command }}
- name: Check images - name: Check images
run: docker images run: docker images