From 948f9469e5d2905407e200e2b0cfcf3d6911e5ed Mon Sep 17 00:00:00 2001 From: xiaoliutral Date: Sat, 21 Jun 2025 11:55:47 +0800 Subject: [PATCH] Update master.yml --- .github/workflows/master.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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一致 +