sun-pc 2 bulan lalu
induk
melakukan
31b0f4d43f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      boxcost/build.sh

+ 2 - 2
boxcost/build.sh

@@ -5,8 +5,8 @@ echo "building..."
 go build -o box-cost-service
 
 # 命名镜像
-local_imge="pack-box-cost:v1.0.5"
-repository_image="registry.cn-chengdu.aliyuncs.com/infish/pack-box-cost:v1.0.5"
+local_imge="pack-box-cost:v1.0.6"
+repository_image="registry.cn-chengdu.aliyuncs.com/infish/pack-box-cost:v1.0.6"
 
 # 删除本地已存在的镜像
 docker rmi $repository_image