From 8820aecafe45abd3cc011648b9d5c439d189f285 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 22 Jan 2026 20:10:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20Docker=20=E6=98=A0?= =?UTF-8?q?=E5=83=8F=E6=A8=99=E7=B1=A4=E9=A0=90=E8=A8=AD=E5=80=BC=E8=87=B3?= =?UTF-8?q?=200.1.11.test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build-remote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build-remote.yml b/.github/workflows/docker-build-remote.yml index de6944a..2d66e21 100644 --- a/.github/workflows/docker-build-remote.yml +++ b/.github/workflows/docker-build-remote.yml @@ -14,7 +14,7 @@ on: image_tag: description: "Docker Image Tag(例如:0.1.10.test)" required: true - default: "0.1.10.test" + default: "0.1.11.test" type: string # ============================================================