fix taskfile

This commit is contained in:
Evan 2022-12-15 16:30:14 +09:00
parent 833ce00581
commit 28958ce22a

View File

@ -12,10 +12,8 @@ tasks:
release:
cmds:
- docker rmi xiaomoinfo/wechatgpt-amd64:latest
- docker build --platform linux/amd64 -t xiaomoinfo/wechatgpt-amd64:latest .
- docker push xiaomoinfo/wechatgpt-amd64:latest
- docker rmi xiaomoinfo/wechatgpt:latest
- docker build -t xiaomoinfo/wechatgpt:latest .
- docker push xiaomoinfo/wechatgpt:latest