Skip to content

Commit

Permalink
fix taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Dec 15, 2022
1 parent 833ce00 commit 28958ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28958ce

Please sign in to comment.