From 902ae891d8d6ed712a797d3be128f6742aa07d47 Mon Sep 17 00:00:00 2001 From: kale Date: Wed, 10 Dec 2025 10:02:24 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E4=BB=93=E5=BA=93=E6=9E=84=E5=BB=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2a41f74..312e940 100644 --- a/.drone.yml +++ b/.drone.yml @@ -171,7 +171,7 @@ steps: from_secret: local_registry_pass # 2. 镜像名称 (不包含 Tag) - repo: /jk/apps/${DRONE_REPO_NAME}-front + repo: jk/apps/${DRONE_REPO_NAME}-front # 3. 指定 Dockerfile 位置 dockerfile: docker/Dockerfile-frontend -- 2.47.2