diff --git a/soda_clix_docker_release.ps1 b/soda_clix_docker_release.ps1 index f304d8b..ef1c643 100644 --- a/soda_clix_docker_release.ps1 +++ b/soda_clix_docker_release.ps1 @@ -1,3 +1,6 @@ docker build -t soda_clix . docker tag soda_clix:latest biezhihua521/soda_clix:v0.1.2 -docker push biezhihua521/soda_clix:v0.1.2 \ No newline at end of file +docker push biezhihua521/soda_clix:v0.1.2 + +docker tag soda_clix:latest biezhihua521/soda_clix:latest +docker push biezhihua521/soda_clix:latest \ No newline at end of file