diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index b97ad24..3d4b49e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -23,9 +23,9 @@ jobs: git pull origin master docker build -t interfaceforward_api:latest -f src/InterfaceForward.Api/Dockerfile . # 标记镜像 - docker tag interfaceforward_api:latest 43.139.210.35:5000/interfaceforward_api:latest + docker tag interfaceforward_api:latest registry.idwms.com/interfaceforward_api:latest # 推送镜像 - docker push 43.139.210.35:5000/interfaceforward_api:latest + docker push registry.idwms.com/interfaceforward_api:latest docker service update --force --image interfaceforward_api:latest itfx_interfaceforward_api # 一定要和service name一致