Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Winspain authored Nov 26, 2022
1 parent f2c218e commit aacdd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get current date
id: getTime
run: echo "nowtime=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
run: echo "nowtime=$(TZ=Asia/Shanghai date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit aacdd4e

Please sign in to comment.