From 649bda3d57da5c716b56edfb18731ad5555e93be Mon Sep 17 00:00:00 2001 From: lwnmengjing Date: Thu, 13 Nov 2025 17:43:51 +0800 Subject: [PATCH] Update registry URL in CI workflow --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b3b1389..f4bd225 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,7 +16,7 @@ on: env: # Use docker.io for Docker Hub if empty - REGISTRY: git.mss-boot-io.top + REGISTRY: gitea.mss-boot-io.top # github.repository as / IMAGE_NAME: ${{ github.repository }}