We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1749eb6 commit 8ca2d7cCopy full SHA for 8ca2d7c
1 file changed
.github/workflows/moltbot-sync-ghcr.yml
@@ -4,12 +4,12 @@ on:
4
workflow_dispatch:
5
inputs:
6
sourceTag:
7
- description: "Source tag on ghcr.io/moltbot/moltbot"
8
- default: "main"
+ description: "Source tag on ghcr.io/openclaw/openclaw"
+ default: "2026.1.29"
9
required: true
10
targetTag:
11
- description: "Target tag on 1panel/moltbot"
12
- default: "2026.1.25"
+ description: "Target tag on 1panel/openclaw"
13
14
15
jobs:
@@ -29,5 +29,5 @@ jobs:
29
run: |
30
set -euo pipefail
31
docker buildx imagetools create \
32
- --tag 1panel/moltbot:${{ github.event.inputs.targetTag }} \
33
- ghcr.io/moltbot/moltbot:${{ github.event.inputs.sourceTag }}
+ --tag 1panel/openclaw:${{ github.event.inputs.targetTag }} \
+ ghcr.io/openclaw/openclaw:${{ github.event.inputs.sourceTag }}
0 commit comments