Skip to content

Commit 71912b3

Browse files
feat: update openclaw action
1 parent ec64469 commit 71912b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/openclaw-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
openclawTag:
1010
description: "OpenClaw Release Tag"
1111
required: true
12+
dockerhubTag:
13+
description: "Docker Hub Tag"
14+
required: false
1215
platforms:
1316
description: "Platforms"
1417
default: "linux/amd64,linux/arm64/v8"
@@ -64,7 +67,7 @@ jobs:
6467
platforms: ${{ github.event.inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
6568
push: true
6669
tags: |
67-
1panel/openclaw:${{ steps.tag.outputs.clean }}
70+
1panel/openclaw:${{ github.event.inputs.dockerhubTag || github.event.inputs.openclawTag }}
6871
cache-from: type=gha
6972
cache-to: type=gha,mode=max
7073

0 commit comments

Comments
 (0)