feat: add release docker bulid process

This commit is contained in:
engigu
2025-12-24 09:11:53 +08:00
parent 438e4486f1
commit c19e74d66d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Get build time
id: build_time
run: echo "time=$(date '+%Y/%m/%d %H:%M:%S')" >> $GITHUB_OUTPUT
run: echo "time=$(TZ='Asia/Shanghai' date '+%Y-%m-%d %H:%M:%S')" >> $GITHUB_OUTPUT
- name: Build and push by digest
id: build
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
- name: Get build time
id: build_time
run: echo "time=$(date '+%Y/%m/%d %H:%M:%S')" >> $GITHUB_OUTPUT
run: echo "time=$(TZ='Asia/Shanghai' date '+%Y-%m-%d %H:%M:%S')" >> $GITHUB_OUTPUT
- name: Build and push by digest
id: build