mirror of
https://github.com/yshtcn/DiaryAssistant_bot.git
synced 2025-12-13 17:50:24 +08:00
- 测试增加测试标
This commit is contained in:
parent
c9a6662ec4
commit
589102cc98
@ -18,7 +18,7 @@ $dateTime = Get-Date -Format "yyyyMMdd"
|
|||||||
$revision = Read-Host -Prompt "请输入今天的版本次 ($dateTime,[?])"
|
$revision = Read-Host -Prompt "请输入今天的版本次 ($dateTime,[?])"
|
||||||
|
|
||||||
# 构建版本号
|
# 构建版本号
|
||||||
$version = "$dateTime" + "_$revision"
|
$version = "$dateTime" + "_$revision"+ "_Test"
|
||||||
|
|
||||||
# 构建并打上版本号标签的 Docker 镜像
|
# 构建并打上版本号标签的 Docker 镜像
|
||||||
docker build -t yshtcn/diary-assistant:$version .
|
docker build -t yshtcn/diary-assistant:$version .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user