We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115be8e commit 54d0f19Copy full SHA for 54d0f19
.github/workflows/build.yaml
@@ -93,6 +93,6 @@ jobs:
93
94
command="docker buildx build --provenance=false --platform linux/amd64,linux/arm64 --push . "
95
for repo in ${repos[@]}; do
96
- command="$command -t $repo\:latest -t $repo\:$(date +%Y-%m-%d_%H-%M-%S)_$(git rev-parse --short HEAD)"
+ command="$command -t $repo\:latest -t $repo\:$(TZ=Asia/Shanghai date +%Y-%m-%d_%H-%M-%S)_$(git rev-parse --short HEAD)"
97
done
98
eval $command
0 commit comments