From e3e5d5bd8f2c03c878df359f6b6b62f515b2bb22 Mon Sep 17 00:00:00 2001 From: cheney Date: Thu, 16 Jul 2026 14:31:10 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=AD=A3=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E5=90=8D=20registry=20->=20registry-app=EF=BC=8C=E9=94=81?= =?UTF-8?q?=E5=AE=9A=E8=84=9A=E6=9C=AC=20LF=20=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ deploy/start.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4d4c059 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# 保证 shell 脚本始终使用 LF 换行,避免 Windows CRLF 破坏 bash 执行 +*.sh text eol=lf \ No newline at end of file diff --git a/deploy/start.sh b/deploy/start.sh index 0434679..74ec6c3 100644 --- a/deploy/start.sh +++ b/deploy/start.sh @@ -5,7 +5,7 @@ set -euo pipefail -IMAGE_NAME="registry" +IMAGE_NAME="registry-app" IMAGE_TAG="${IMAGE_TAG:-latest}" CONTAINER_NAME="registry" HOST_PORT="${HOST_PORT:-8008}"