Explorar el Código

调整

develop
H Vs hace 2 meses
padre
commit
9742bc5cde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      setup_test.sh

+ 1
- 1
setup_test.sh Ver fichero

@@ -5,7 +5,7 @@ docker rmi -f $(
docker images | grep 139.224.254.18:5000/ssjl/ai-ops-wechat | awk '{print $3}'
)
# 构建telpo/mrp:$image_version镜像
docker build -f ./docker/Dockerfile . -t ssjl/ai-ops-wechat:$image_version
docker build -f ./docker/Dockerfile.latest . -t ssjl/ai-ops-wechat:$image_version
#TODO:推送镜像到私有仓库
echo '=================开始推送镜像======================='
docker tag ssjl/ai-ops-wechat:$image_version 139.224.254.18:5000/ssjl/ai-ops-wechat:$image_version


Cargando…
Cancelar
Guardar