From 5ed293471f7090733291734525fbb8d9c047dea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Sat, 7 Feb 2026 18:58:50 +0800 Subject: [PATCH] Update workflow name and default tags for GHCR sync --- .github/workflows/moltbot-sync-ghcr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/moltbot-sync-ghcr.yml b/.github/workflows/moltbot-sync-ghcr.yml index 9412318..85323de 100644 --- a/.github/workflows/moltbot-sync-ghcr.yml +++ b/.github/workflows/moltbot-sync-ghcr.yml @@ -1,15 +1,15 @@ -name: Sync Moltbot GHCR Image +name: Sync OpenClaw GHCR Image on: workflow_dispatch: inputs: sourceTag: description: "Source tag on ghcr.io/openclaw/openclaw" - default: "2026.2.2" + default: "2026.2.6" required: true targetTag: description: "Target tag on 1panel/openclaw" - default: "2026.2.2" + default: "2026.2.6" required: true jobs: