Skip to content

Commit 8ca2d7c

Browse files
feat: update moltbot to openclaw
1 parent 1749eb6 commit 8ca2d7c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
workflow_dispatch:
55
inputs:
66
sourceTag:
7-
description: "Source tag on ghcr.io/moltbot/moltbot"
8-
default: "main"
7+
description: "Source tag on ghcr.io/openclaw/openclaw"
8+
default: "2026.1.29"
99
required: true
1010
targetTag:
11-
description: "Target tag on 1panel/moltbot"
12-
default: "2026.1.25"
11+
description: "Target tag on 1panel/openclaw"
12+
default: "2026.1.29"
1313
required: true
1414

1515
jobs:
@@ -29,5 +29,5 @@ jobs:
2929
run: |
3030
set -euo pipefail
3131
docker buildx imagetools create \
32-
--tag 1panel/moltbot:${{ github.event.inputs.targetTag }} \
33-
ghcr.io/moltbot/moltbot:${{ github.event.inputs.sourceTag }}
32+
--tag 1panel/openclaw:${{ github.event.inputs.targetTag }} \
33+
ghcr.io/openclaw/openclaw:${{ github.event.inputs.sourceTag }}

0 commit comments

Comments
 (0)