From 16c460926a92e74741cb8ebdc6a9f489773ef187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Wed, 4 Feb 2026 10:24:29 +0800 Subject: [PATCH] Update default tags in workflow configuration --- .github/workflows/moltbot-sync-ghcr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/moltbot-sync-ghcr.yml b/.github/workflows/moltbot-sync-ghcr.yml index ee73657..9412318 100644 --- a/.github/workflows/moltbot-sync-ghcr.yml +++ b/.github/workflows/moltbot-sync-ghcr.yml @@ -5,11 +5,11 @@ on: inputs: sourceTag: description: "Source tag on ghcr.io/openclaw/openclaw" - default: "2026.1.29" + default: "2026.2.2" required: true targetTag: description: "Target tag on 1panel/openclaw" - default: "2026.1.29" + default: "2026.2.2" required: true jobs: