diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2801b5d..a304161 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,5 +22,6 @@ jobs: cd /data/portainer/itfx git pull origin master docker build -t interfaceforward_api:latest -f src/InterfaceForward.Api/Dockerfile . - docker service update --force --image interfaceforward_api:latest itfx_interfaceforward_api + docker service update --force --image interfaceforward_api:latest itfx_interfaceforward_api # 一定要和service name一致 +