From dfe6a39dae8ea5080f11b0599a3a4d2c10aaba01 Mon Sep 17 00:00:00 2001 From: xiaoliutral Date: Wed, 4 Feb 2026 14:40:33 +0800 Subject: [PATCH] Update Docker image reference in master.yml --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index bd9f4f7..0f6e55d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -38,5 +38,5 @@ jobs: script: | cd /data docker stack deploy -c api.yml api # yml没变化不会更新 - docker service update --force --image registry.idwms.com/interfaceforward_api:latest itfx_interfaceforward_api # 一定要和service name一致 + docker service update --force --image registry.nanafa.com/interfaceforward_api:latest api_itfx # 一定要和service name一致