Skip to content

Commit a37640f

Browse files
Update workflow name and default tags for GHCR sync (#3)
1 parent 7909e68 commit a37640f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/moltbot-sync-ghcr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: Sync Moltbot GHCR Image
1+
name: Sync OpenClaw GHCR Image
22

33
on:
44
workflow_dispatch:
55
inputs:
66
sourceTag:
77
description: "Source tag on ghcr.io/openclaw/openclaw"
8-
default: "2026.2.2"
8+
default: "2026.2.6"
99
required: true
1010
targetTag:
1111
description: "Target tag on 1panel/openclaw"
12-
default: "2026.2.2"
12+
default: "2026.2.6"
1313
required: true
1414

1515
jobs:

0 commit comments

Comments
 (0)